mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
fix(CI): cut line too long
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user