We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad25fe9 commit ca93f5eCopy full SHA for ca93f5e
frontend/src/components/NavBar.tsx
@@ -50,6 +50,9 @@ const Navbar = () => {
50
<a href="/" className="block py-2 hover:text-blue-600 transition duration-300">
51
Home
52
</a>
53
+ <a href="/guide" className="block py-2 hover:text-blue-600 transition duration-300">
54
+ Guide
55
+ </a>
56
<a href="/forecast" className="block py-2 hover:text-blue-600 transition duration-300">
57
Forecast
58
0 commit comments