Skip to content

Commit

Permalink
Refactor admin navbar to add a "Verify" option
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 committed Oct 2, 2024
1 parent 37f315d commit 6436277
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Admin/Navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ const Sidebar = () => {
open={open}
href="/admin/payment"
/>
<Option
Icon={MdPayment}
title="Verify"
selected={selected}
setSelected={setSelected}
open={open}
href="/admin/verify"
/>
</div>

<ToggleClose open={open} setOpen={setOpen} />
Expand Down

0 comments on commit 6436277

Please sign in to comment.