Skip to content

Commit

Permalink
Merge pull request GDSC-Jadavpur-University#14 from biswassushmita947…
Browse files Browse the repository at this point in the history
…/main

Update Navbar.jsx added routing to events page
  • Loading branch information
Ayushpanditmoto authored Oct 1, 2023
2 parents 7c4f07d + cd500cb commit 905a10e
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 905a10e

Please sign in to comment.