We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0720cd commit d134f6aCopy full SHA for d134f6a
src/components/overrides/TableOfContents.astro
@@ -13,7 +13,7 @@ const tags = Astro.locals.starlightRoute.entry.data.tags;
13
<>
14
<br />
15
<div>
16
- <h2>#tags</h2>
+ <h2>Tags</h2>
17
<div class="flex gap-2">
18
{tags.map((tag) => (
19
<a
0 commit comments