diff --git a/public/favicon.svg b/public/favicon.svg index f4745cc..18608d4 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,9 +1,17 @@ - - - + + + + + + + + + + + + + + + + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4b36cd9..a81a58d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -5,7 +5,7 @@ import { SITE } from "@consts"; © {new Date().getFullYear()} - {SITE.TITLE}. All rights reserved. diff --git a/src/components/Header.astro b/src/components/Header.astro index 407cfac..12e7b03 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,6 +1,7 @@ --- import { SITE } from "@consts"; import Button from "@components/Button.astro"; +import { Icon } from "astro-icon/components"; const pathname = new URL(Astro.request.url).pathname; const currentPath = pathname.replace(/\/$/, ""); @@ -10,10 +11,10 @@ const currentPath = pathname.replace(/\/$/, "");