Skip to content

Commit

Permalink
remove home link (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 authored Aug 2, 2024
1 parent d15b19f commit 5cbe789
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clientv2/src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ const HeaderNavbar: React.FC<HeaderNavbarProps> = ({ userData }) => {
>
<ScrollArea h={`calc(100vh - ${rem(80)})`} mx="-md">
<Divider my="sm" />
<a href="/" className={classes.link}>
Home
</a>
{userData?.role === AuthRoleEnum.STUDENT ? (
<a href="/profile" className={classes.link}>
My Profile
Expand Down

0 comments on commit 5cbe789

Please sign in to comment.