mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix: remove trailing space
This commit is contained in:
parent
4ce820ed67
commit
82d036d344
@ -66,7 +66,7 @@ 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.',
|
dom('p', t('Use {{helpCenter}} for documentation or questions.',
|
||||||
{helpCenter: Key(GreyIcon('Help'), t('Help Center'))})),
|
{helpCenter: Key(GreyIcon('Help'), t('Help Center'))})),
|
||||||
],
|
],
|
||||||
placement: 'right',
|
placement: 'right',
|
||||||
|
Loading…
Reference in New Issue
Block a user