Skip to content

Commit 8cea3fd

Browse files
committed
feat: add download button
1 parent 17d5ac0 commit 8cea3fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/web/components/Navbar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ const Links = [
4747
},
4848
],
4949
},
50+
{
51+
label: "Download",
52+
href: "/download",
53+
},
5054
{
5155
label: "Help",
5256
dropdown: [

0 commit comments

Comments
 (0)