by
{@render avatar(thread.author, "h-5 w-5 rounded-full object-cover")}
{#if thread.repliers.length > 0}
@@ -73,8 +79,11 @@
- {thread.replyCount}
- replies
+ {thread.replyCount}
+ replies
@@ -83,9 +92,13 @@
thread.lastActiveAuthor,
"h-5 w-5 rounded-full object-cover",
)}
- {thread.lastActivity}
+ {thread.lastActivity}
-
activity
+
activity
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index ce32cee..9584521 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -42,7 +42,7 @@