Skip to content

Commit

Permalink
Update application portal button
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantrabs committed Apr 1, 2024
1 parent d04d1a7 commit 0c3fa2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ const Navbar = () => {
</div>

<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">Application Portal</Button>
<Button className="xl:px-6 xl:py-3">
<a
href="/coming-soon"
>
Application Portal
</a>
</Button>
</div>

{/* banner-holder: banner is out of flow, to prevent banner affect the desired flow, adding a placeholder banner holder when the screen is smaller */}
Expand Down

0 comments on commit 0c3fa2f

Please sign in to comment.