diff --git a/src/components/Header.astro b/src/components/Header.astro index afaaa5d..5fe46a1 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,6 +1,7 @@ --- import HeaderLink from './HeaderLink.astro'; import { SITE_TITLE } from '../consts'; +import ThemeIcon from './ThemeIcon.astro'; ---
@@ -8,6 +9,7 @@ import { SITE_TITLE } from '../consts'; {SITE_TITLE} +