From aae5591b1cabfc769b0a251721f5cb23fff6a293 Mon Sep 17 00:00:00 2001 From: "EPAZZ\\estpp" Date: Thu, 12 Feb 2026 19:37:45 -0500 Subject: [PATCH] fixed hamburger menu and header in id new --- src/components/Header.astro | 20 +++++++++++++------- src/pages/news/[id].astro | 6 +++--- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 23e0c93..a0ba9e8 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,11 +1,12 @@ --- import Button from "./ui/Button.astro"; +import { Icon } from "astro-icon/components"; ---
-
+
@@ -21,15 +22,20 @@ import Button from "./ui/Button.astro";
- +
-