diff --git a/src/components/Header.astro b/src/components/Header.astro index cdf4582..312cacb 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,5 +1,6 @@ --- import { Icon } from "astro-icon/components"; +import UpperSearchBar from "@components/UpperSearchBar.astro"; const path = Astro.url.pathname; ---
@@ -11,12 +12,15 @@ const path = Astro.url.pathname;

Radius

-