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";
- +
-