From 857f306a13d48eff69e699a3976157b374fe4747 Mon Sep 17 00:00:00 2001 From: EddyVinck Date: Tue, 3 Oct 2023 17:44:16 +0200 Subject: [PATCH] fix: restore hamburger click event --- src/components/Header.astro | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 2472886..3cc1399 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -121,15 +121,23 @@ const topics = await getCollection("topic");