diff --git a/src/lib/components/ThreadItem.svelte b/src/lib/components/ThreadItem.svelte index 4510d24..e1e99af 100644 --- a/src/lib/components/ThreadItem.svelte +++ b/src/lib/components/ThreadItem.svelte @@ -27,7 +27,7 @@ {:else} {a.name[0].toUpperCase()} @@ -36,12 +36,18 @@
-
{thread.title}
-
+
+ {thread.title} +
+
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 @@ {:else}