Skip to content

Commit

Permalink
Update src/components/Navbar/Navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu authored Mar 30, 2024
1 parent 88f6f9b commit a933fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Navbar = () => {

<div className="portal-btn hidden transition-all duration-500 ease-in-out lg:mr-32 lg:block">
<Button className="xl:px-6 xl:py-3">
<Link to="./comingsoon">
<Link to="/comingsoon">
Application Portal
</Link>
</Button>
Expand Down

0 comments on commit a933fc7

Please sign in to comment.