From 5535a308732acc78ac2497d6eda7bb7ecc1d7f40 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Fri, 1 May 2026 18:26:19 -0700 Subject: [PATCH] Adds notes to mobile menu --- src/components/Header.astro | 50 ++++++++++++++++++++++++++++++ src/components/NotchedBox.astro | 2 +- src/components/NoteHierarchy.astro | 9 ++++-- src/components/NotesLinks.astro | 8 +---- src/lib/hierarchy.ts | 2 +- 5 files changed, 60 insertions(+), 11 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 47f3ffa..ecc1bf7 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,6 +1,9 @@ --- import HeaderLink from './HeaderLink.astro'; import Blazestar from './Blazestar.astro'; +import NoteHierarchy from './NoteHierarchy.astro'; +import NotesLinks from './NotesLinks.astro'; +import NotchedBox from './NotchedBox.astro'; ---
@@ -10,6 +13,17 @@ import Blazestar from './Blazestar.astro'; Home Blog About +
+ + +
+ + + +
+