Skip to content

Commit

Permalink
Fixed wrong link to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
MRita443 committed Nov 16, 2024
1 parent 6cf7964 commit b6c6313
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/(app)/_components/layout/navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
aria-label="Navigation Bar"
>
<div class="flex w-full justify-start">
<a href="#/" class="flex items-center gap-4">
<a href="/" class="flex items-center gap-4">
<img src="/images/ni_logo.png" alt="NIAEFEUP's logo" width="40" height="40" />
<span>NIAEFEUP</span>
</a>
</div>
<div class="flex justify-end gap-7">
<a href="#/">Equipa</a>
<a href="#/">Projetos</a>
<a href="#/">Eventos</a>
<a href="/#/">Equipa</a>
<a href="/#/">Projetos</a>
<a href="/#/">Eventos</a>
<a href="/contacts">Contactos</a>
</div>
</nav>

0 comments on commit b6c6313

Please sign in to comment.