diff --git a/src/scripts/components/app/app.tsx b/src/scripts/components/app/app.tsx index 37b85f926..ab86d76a4 100644 --- a/src/scripts/components/app/app.tsx +++ b/src/scripts/components/app/app.tsx @@ -20,6 +20,7 @@ import StoriesSelector from '../stories-selector/stories-selector'; import PresentationSelector from '../presentation-selector/presentation-selector'; import ShowcaseSelector from '../showcase-selector/showcase-selector'; import Globes from '../globes/globes'; +import StoryTitle from '../story-title/story-title'; import translations from '../../i18n'; @@ -40,14 +41,19 @@ const TranslatedApp: FunctionComponent = () => { return ( - - - + + + + + + + + }> @@ -66,10 +72,10 @@ const TranslatedApp: FunctionComponent = () => { - + - + diff --git a/src/scripts/components/showcase-selector/showcase-selector.tsx b/src/scripts/components/showcase-selector/showcase-selector.tsx index 43d79ccfc..174f449c8 100644 --- a/src/scripts/components/showcase-selector/showcase-selector.tsx +++ b/src/scripts/components/showcase-selector/showcase-selector.tsx @@ -40,7 +40,7 @@ const ShowcaseSelector: FunctionComponent = () => {