diff --git a/src/routes/community/post/[postId]/+page.svelte b/src/routes/community/post/[postId]/+page.svelte index 6855afeb..ed6f4100 100644 --- a/src/routes/community/post/[postId]/+page.svelte +++ b/src/routes/community/post/[postId]/+page.svelte @@ -830,7 +830,7 @@ {#if numberOfComments === 0} -

+

No comments available yet. Be the first and open the discussion! 🚀

{/if}