Skip to content

Commit

Permalink
12 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jiatianzhi committed Jan 22, 2024
1 parent c3e4447 commit a5947a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function UserCard({ isNavbar = false }: { isNavbar?: boolean }) {
<Icon icon="carbon:blog" width="20" height="20" />
{count.blog}
</Link>
<Link className={styles.numItem} href="/blogs/tags">
<Link className={styles.numItem} href="/blog/tags">
<Icon icon="ri:price-tag-3-line" width="20" height="20" />
{count.tag}
</Link>
Expand Down

0 comments on commit a5947a0

Please sign in to comment.