Skip to content

Commit

Permalink
Update MainHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperTharan authored Feb 21, 2024
1 parent f2f6c9d commit 61c40d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const MainHeader = () => {
size="sm"
variant="ghost"
onClick={() => router.push("/")}
className={cn(pathname === "/" ? "hidden" : "")}
>
<LogOut className="h-5 w-5 text-default-400 pointer-events-none flex-shrink-0" />
Exit
Expand All @@ -83,7 +82,6 @@ export const MainHeader = () => {
size="sm"
variant="ghost"
onClick={() => router.push("/teacher")}
className={cn(pathname === "/" ? "hidden" : "")}
>
Teacher Mode
</Button>
Expand Down

0 comments on commit 61c40d0

Please sign in to comment.