From e5c49baa11eb64c2080a01635ec31184e0aee3e7 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 13:58:20 -0400 Subject: [PATCH] Update search input in Header component and add script --- source/src/components/global/Header.astro | 52 ++++++++++++++++++++--- 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/source/src/components/global/Header.astro b/source/src/components/global/Header.astro index 007d918..8848cdf 100644 --- a/source/src/components/global/Header.astro +++ b/source/src/components/global/Header.astro @@ -1,6 +1,6 @@ --- // Properties -const {Query} = Astro.props +const {Query, QueryText} = Astro.props // Icons import { HalfMoon, Menu } from "@iconoir/vue"; @@ -8,10 +8,10 @@ import { HalfMoon, Menu } from "@iconoir/vue";
- - + +
@@ -76,4 +76,44 @@ header { } } } - \ No newline at end of file + + + + + \ No newline at end of file