From 7c2395d453662519fa83938ca4858a935940962f Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 5 Jun 2024 19:26:06 +0200 Subject: [PATCH] ui fixes --- src/routes/community/post/[postId]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}