Skip to content

Commit ca93f5e

Browse files
update mobile navbar
1 parent ad25fe9 commit ca93f5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/components/NavBar.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ const Navbar = () => {
5050
<a href="/" className="block py-2 hover:text-blue-600 transition duration-300">
5151
Home
5252
</a>
53+
<a href="/guide" className="block py-2 hover:text-blue-600 transition duration-300">
54+
Guide
55+
</a>
5356
<a href="/forecast" className="block py-2 hover:text-blue-600 transition duration-300">
5457
Forecast
5558
</a>

0 commit comments

Comments
 (0)