Skip to content

Commit

Permalink
added home button to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
PrathamX595 committed Jun 29, 2024
1 parent f758e59 commit f10a0c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/src/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,18 @@ const Navbar: React.FC = () => {
}}
/>
</div>
<div className="mt-4">
<Button
text="Home"
className="border-4"
fontSize="text-2xl"
buttonSize="w-[170px] h-12"
px="px-0"
onClick={() => {
navigate('/');
}}
/>
</div>
</div>
<div
className="flex-grow bg-black bg-opacity-50"
Expand Down

0 comments on commit f10a0c7

Please sign in to comment.