From d42c798cfcba175150bd785369fd42e0407dad8b Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 19:26:31 -0500 Subject: [PATCH 1/2] label navbar social links --- src/components/Navbar.astro | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1e171292..ddc99801 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -3,20 +3,20 @@ ---
- - + + Slack - - - Youtube + + + YouTube - - + + Twitter - - + + GitHub
From 2d1b8ef794f9d51624eccac229fa2f2950b5e719 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 19:44:35 -0500 Subject: [PATCH 2/2] use nav landmark for top links --- src/components/Navbar.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index ddc99801..69be2fcd 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -2,7 +2,7 @@ // Navbar component for social links --- - +