Skip to content

Commit

Permalink
feat: add home page link in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ansh-saini committed Oct 2, 2023
1 parent fce7103 commit 28ef447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ function Navbar(): JSX.Element {
</div>
<div className="navbar-items">
<div className="navbar-link">
<Link href="https://uclaacm.com">
<a>home</a>
</Link>
<Link href="/projects">
<a>projects</a>
</Link>
Expand Down

0 comments on commit 28ef447

Please sign in to comment.