Skip to content

Commit

Permalink
fix: amend nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sltsheryl committed Jan 9, 2024
1 parent d9dd24f commit 9437fff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/navbar/NavBarAdmin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ const NavBarAdmin = () => {
<div className='flex h-full flex-row'>
<JuniorsClubLogo />

{/* TO UPDATE LINK */}
<div className={`main-nav-menu ml-7 flex h-full items-center gap-6 ${navBarItemStyle}`}>
<Link href='/courses' className='menu-item text-base'>
User Management
</Link>
</div>

{/* TO UPDATE LINK */}
<div className={`main-nav-menu ml-7 flex h-full items-center gap-6 ${navBarItemStyle}`}>
<Link href='/courses' className='menu-item text-base'>
Expand Down

0 comments on commit 9437fff

Please sign in to comment.