From 9b5b239750f31718c0d8462904f99f388c1c7ef3 Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 16 Sep 2026 11:33:29 +0200 Subject: [PATCH] improve menu --- src/components/Navbar.astro | 40 +++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index fc87e1b..904a9e4 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,5 +1,6 @@ --- import path from "../utils/path.ts" +import {Users, List, Info} from "@lucide/astro" --- - + - Logo von den DiDays 2026 in Hamburg + Logo von den DiDays 2026 in Hamburg \ No newline at end of file