Skip to content

Commit

Permalink
Update src/components/Navbar/Menu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu authored Mar 30, 2024
1 parent a933fc7 commit 59662fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Menu: React.FC<MenuProp> = ({ showMenu, hideMenu }) => {
<div className="oveflow-hidden fixed right-0 top-0 z-50 h-full w-full max-w-[65%] border px-10 py-24 backdrop-blur-xl">
<NavItems isHorizontal={false} handleClick={hideMenu} />
<Button className="mt-20 block lg:hidden">
<Link to="./comingsoon">Application Portal</Link>
<Link to="/comingsoon">Application Portal</Link>
</Button>
</div>
);
Expand Down

0 comments on commit 59662fa

Please sign in to comment.