From 9ec2d3508269ac82e1dbac205a3fab1903c89a31 Mon Sep 17 00:00:00 2001 From: Robert Perce Date: Thu, 22 May 2025 13:24:02 -0500 Subject: [PATCH] feat: barebones menu button --- src/components/tabs.astro | 2 +- src/layouts/Layout.astro | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/src/components/tabs.astro b/src/components/tabs.astro index 523bb88..f9d7730 100644 --- a/src/components/tabs.astro +++ b/src/components/tabs.astro @@ -5,7 +5,7 @@ const path = Astro.url.pathname; const pageData = Page.db.query('select route, name from pages').values(); --- -