Skip to content

Commit

Permalink
Add link for guestbook in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 24, 2024
1 parent 3fcec64 commit 91ffdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/blog/src/components/DrawerContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function DrawerContent({ opened, closeDrawer, willClose, setWillClose }: DrawerC
<List icon="home" text="Home" href="/" />
<List icon="notifications" text="Notice" href="/notice" />
<List icon="tag" text="Tags" href="/tags" />
<List icon="mail" text="Guestbook" href="/guestbook" />
</ul>
<ul className={cx("__item")}>
{CATEGORIES.map(({ slug, name, icon, color }) => (
Expand Down

0 comments on commit 91ffdbb

Please sign in to comment.