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