Skip to content

Commit

Permalink
feat: add projects as navbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jul 27, 2024
1 parent 192e051 commit fd30af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Landing/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<a href="#">Home</a>
<a href="#agenda">Agenda</a>
<a href="#sponsor">Sponsors</a>
<a href="#projects">Projects</a>
<a href="#tickets">Tickets</a>
</nav>
2 changes: 1 addition & 1 deletion src/components/Landing/Project.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function formatLink(link: string) {
}
---

<div class="flex flex-col items-center gap-4">
<div class="flex flex-col items-center gap-4" id="projects">
<h2 class="font-workbench text-2xl font-bold">Projects</h2>
<div
class="grid grid-cols-1 md:grid-cols-2 gap-4 max-w-4xl w-full mx-auto px-2 lg:grid-cols-3"
Expand Down

0 comments on commit fd30af7

Please sign in to comment.