diff --git a/src/components/overrides/Header.astro b/src/components/overrides/Header.astro index c86ffa6b04..0b6f6f6971 100644 --- a/src/components/overrides/Header.astro +++ b/src/components/overrides/Header.astro @@ -4,7 +4,7 @@ import LanguageSelect from '@astrojs/starlight/components/LanguageSelect.astro'; import Search from '@astrojs/starlight/components/Search.astro'; import SiteTitle from './SiteTitle.astro'; import SocialIcons from '@astrojs/starlight/components/SocialIcons.astro'; -import ThemeSelect from '@astrojs/starlight/components/ThemeSelect.astro'; +import ThemeSelect from './ThemeSelect.astro'; const curLocale = Astro.props.locale; @@ -59,8 +59,8 @@ const links: Link[] = [
-