diff --git a/src/pages/AuthorPage.tsx b/src/pages/AuthorPage.tsx index 95d5199..7f61fa4 100644 --- a/src/pages/AuthorPage.tsx +++ b/src/pages/AuthorPage.tsx @@ -16,8 +16,10 @@ export function AuthorPage() { const posts = useAsyncState(fetchPosts) return ( -
- +
+
+ +
) }