diff --git a/src/lib/components/PostCard.svelte b/src/lib/components/PostCard.svelte index 1decfe9..4bafae1 100644 --- a/src/lib/components/PostCard.svelte +++ b/src/lib/components/PostCard.svelte @@ -128,10 +128,15 @@

{post.content}

- {#if post.imageUrl} - Post - {/if}
+ + {#if post.imageUrl} +
+ + Post + +
+ {/if}