Skip to content

Commit

Permalink
诗人列表 UI
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Feb 22, 2024
1 parent d6551c5 commit 2b273f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(.)/author/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default async function AuthorPage({
></Link>
<div className="prose-h3 flex w-full items-center justify-between font-bold">
{item.name}
<span className="font-mono text-sm font-normal italic text-primary">
<span className="font-mono text-sm font-normal text-muted-foreground">
{item?._count.poems}
</span>
</div>
Expand Down

0 comments on commit 2b273f8

Please sign in to comment.