diff --git a/modules/Story/Story.tsx b/modules/Story/Story.tsx index a6f09b89..82bb521c 100644 --- a/modules/Story/Story.tsx +++ b/modules/Story/Story.tsx @@ -42,8 +42,8 @@ export async function Story({ const categories = await app().translatedCategories(story.culture.code, story.categories); return ( -
-
+
+
{withHeaderImage === 'above' && headerImageDocument && ( @@ -66,15 +66,15 @@ export async function Story({ )}
- {visibility === 'public' && withSharingIcons && sharingUrl && ( - - )} -
-
+ + {visibility === 'public' && withSharingIcons && sharingUrl && ( + + )} + ); }