Skip to content

Commit

Permalink
Merge pull request #32 from PranavMurali-Coder/main
Browse files Browse the repository at this point in the history
added back button
  • Loading branch information
pratyush3124 authored Mar 15, 2024
2 parents 49ccef5 + e09e9d1 commit 3238a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const Navbar = () => {
<div className="hidden gap-3 sm:gap-10 items-center font-medium md:flex">
<Link href="/">Home</Link>
<Link href={dashboardLink}>Dashboard</Link>
<button className="bg-red-500 text-white px-4 py-2 rounded-md">Back</button>
<SignInBtn />
{/* <LoginButton /> */}
</div>
Expand All @@ -114,6 +115,7 @@ const Navbar = () => {
<Link href="/memberDashboard">Dashboard</Link>
</li>
<li>
<button className="bg-red-500 text-white px-4 py-2 rounded-md">Back</button>
<SignInBtn />
{/* <LoginButton /> */}
</li>
Expand Down

0 comments on commit 3238a22

Please sign in to comment.