From 3a56fd256e40178ad253d9e4e10f8c3b3eecf286 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:56:18 +0000 Subject: [PATCH] Seed: blog template (17 files) --- src/pages/Author.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Author.tsx b/src/pages/Author.tsx index 4fecb7f..9db698a 100644 --- a/src/pages/Author.tsx +++ b/src/pages/Author.tsx @@ -98,14 +98,14 @@ export default function AuthorPage() {

Articles by Sarah Chen

{authorArticles.map((article) => ( - + -
+
- + {article.category}

@@ -132,7 +132,7 @@ export default function AuthorPage() { key={page} variant={page === 1 ? "default" : "outline"} size="icon" - className={`h-9 w-9 rounded-full \${page === 1 ? "bg-emerald-600 hover:bg-emerald-700" : ""}`} + className={`h-9 w-9 rounded-full ${page === 1 ? "bg-emerald-600 hover:bg-emerald-700" : ""}`} > {page}