Skip to content

Commit

Permalink
Update Navbar.jsx
Browse files Browse the repository at this point in the history
added routing to events page
  • Loading branch information
Regun63 authored Oct 1, 2023
1 parent 7c4f07d commit cd500cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Navbar = () => {

{/* Nav Links */}
<div className="flex justify-between items-center w-1/3">
<Link href="/">
<Link href="/events">
<p className="text-2xl hover:text-gray-400">Events</p>
</Link>
<Link href="/gallery">
Expand Down

0 comments on commit cd500cb

Please sign in to comment.