Skip to content

Commit

Permalink
change image story (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
daria31v committed Jul 19, 2023
1 parent 472633b commit 6bbeffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/kids/stories/[story].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const StoriesContainer = ({ story, phrases }: StoriesProps): ReactNode => {
<SEO
title={`${title_current + ' - '}` + t(`seo.kids_page_storiesTitle.${getCountryVariant()}`)}
description={t(`seo.kids_page_storiesDescription.${getCountryVariant()}`)}
image={`'https://www.movapp.cz/kids/' + ${image_current_story} + '.jpg'`}
image={`https://www.movapp.cz/kids/${image_current_story}.jpg`}
/>
{['cs', 'sk'].includes(getCountryVariant()) ? (
<>
Expand Down

0 comments on commit 6bbeffc

Please sign in to comment.