Skip to content

Commit 2b0a40b

Browse files
committed
changes to navbar
1 parent edcdff6 commit 2b0a40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default function Navbar() {
77
<h1 className="text-xl font-semibold">Grant Hawerlander</h1>
88
<div className="space-x-4">
99
<Link href="/">Home</Link>
10-
<Link href="/projects">Projects</Link>
11-
<Link href="/contact">Contact</Link>
10+
<Link href="/projects/">Projects</Link>
11+
<Link href="/contact/">Contact</Link>
1212
</div>
1313
</div>
1414
</nav>

0 commit comments

Comments
 (0)