mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix(CI): cut line too long
This commit is contained in:
parent
4befca1c92
commit
4ce820ed67
@ -66,7 +66,8 @@ export const welcomeTour: IOnBoardingMsg[] = [
|
|||||||
selector: '.tour-help-center',
|
selector: '.tour-help-center',
|
||||||
title: t('Flying higher'),
|
title: t('Flying higher'),
|
||||||
body: () => [
|
body: () => [
|
||||||
dom('p', t('Use {{helpCenter}} for documentation or questions.', {helpCenter: Key(GreyIcon('Help'), t('Help Center'))})),
|
dom('p', t('Use {{helpCenter}} for documentation or questions.',
|
||||||
|
{helpCenter: Key(GreyIcon('Help'), t('Help Center'))})),
|
||||||
],
|
],
|
||||||
placement: 'right',
|
placement: 'right',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user