Skip to content

Commit

Permalink
add pub to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
neotheprogramist committed Nov 5, 2023
1 parent 904fba4 commit e56e0cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/components/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ export function SideNav() {
<Link className="text-lg" href={"/chats"}>
Chats
</Link>
<Link className="text-lg" href={"/chats/public"}>
Public
</Link>
<Link className="text-lg" href={"/keys"}>
Keys
</Link>
Expand Down

0 comments on commit e56e0cf

Please sign in to comment.