diff --git a/.changeset/swift-geckos-remain.md b/.changeset/swift-geckos-remain.md new file mode 100644 index 00000000000..6121935cf51 --- /dev/null +++ b/.changeset/swift-geckos-remain.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': minor +--- + +Include social icon links in mobile menu diff --git a/packages/starlight/components/MobileMenuFooter.astro b/packages/starlight/components/MobileMenuFooter.astro index a5258da1700..b1a3094c738 100644 --- a/packages/starlight/components/MobileMenuFooter.astro +++ b/packages/starlight/components/MobileMenuFooter.astro @@ -1,17 +1,31 @@ --- -import { LanguageSelect, ThemeSelect } from 'virtual:starlight/components'; +import { LanguageSelect, ThemeSelect, SocialIcons } from 'virtual:starlight/components'; import type { Props } from '../props'; ---
+
+ +