We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47ba0d commit 62fa82aCopy full SHA for 62fa82a
src/components/header.astro
@@ -14,7 +14,8 @@ const navItems: Array<NavItem> = [
14
id="page-header"
15
class="absolute bottom-0 z-20 flex w-full items-center justify-between border-b border-transparent px-8 py-4 text-white"
16
>
17
- <a class="flex items-center gap-3 hover:!text-default" href="#">
+ <a class="flex items-center gap-3 hover:!text-default"
18
+ href="https://barcelonajug.org">
19
<h1 class="sr-only">Barcelona JUG</h1>
20
</a>
21
<div>
0 commit comments