From 251609d7b8e4f0107b9ba1a12e6093acc0787673 Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Sat, 24 May 2025 19:30:05 +0300 Subject: [PATCH] Update CommentSection.svelte --- website/src/lib/components/self/CommentSection.svelte | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/src/lib/components/self/CommentSection.svelte b/website/src/lib/components/self/CommentSection.svelte index 1fe2f41..50f4ee0 100644 --- a/website/src/lib/components/self/CommentSection.svelte +++ b/website/src/lib/components/self/CommentSection.svelte @@ -162,14 +162,12 @@ {#if isLoading} -
+
-

Loading comments...

{:else if comments.length === 0} -
- -

+

+

No comments yet. Be the first to share your thoughts!