diff --git a/.changeset/smart-rocks-battle.md b/.changeset/smart-rocks-battle.md new file mode 100644 index 00000000000..07cf5e091ce --- /dev/null +++ b/.changeset/smart-rocks-battle.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Refactors collapsible sidebar sections and “on this page” dropdown to use `` instead of `
` diff --git a/packages/starlight/components/MobileTableOfContents.astro b/packages/starlight/components/MobileTableOfContents.astro index d743a2c28da..13c4f8657b0 100644 --- a/packages/starlight/components/MobileTableOfContents.astro +++ b/packages/starlight/components/MobileTableOfContents.astro @@ -11,10 +11,10 @@ const { toc } = Astro.locals.starlightRoute;