Skip to content

Commit 62fa82a

Browse files
committed
chore: use https
1 parent d47ba0d commit 62fa82a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/header.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const navItems: Array<NavItem> = [
1414
id="page-header"
1515
class="absolute bottom-0 z-20 flex w-full items-center justify-between border-b border-transparent px-8 py-4 text-white"
1616
>
17-
<a class="flex items-center gap-3 hover:!text-default" href="#">
17+
<a class="flex items-center gap-3 hover:!text-default"
18+
href="https://barcelonajug.org">
1819
<h1 class="sr-only">Barcelona JUG</h1>
1920
</a>
2021
<div>

0 commit comments

Comments
 (0)