From 51346f8320ba5b13dfab2abf783de57dfb75429c Mon Sep 17 00:00:00 2001 From: "lleyton@fyralabs.com" Date: Mon, 19 Aug 2024 13:10:51 -0700 Subject: [PATCH] feat: add merch link & other navbar updates --- src/components/Header.astro | 151 +++++++++++++++++++----------------- src/env.d.ts | 1 + 2 files changed, 80 insertions(+), 72 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 5cf65df..c887a5e 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,78 +3,85 @@ import ThemeSwitch from "./ThemeSwitch.vue"; --- diff --git a/src/env.d.ts b/src/env.d.ts index f964fe0..acef35f 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1 +1,2 @@ +/// ///