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