Skip to content

Commit d134f6a

Browse files
authored
Update src/components/overrides/TableOfContents.astro
1 parent b0720cd commit d134f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/TableOfContents.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const tags = Astro.locals.starlightRoute.entry.data.tags;
1313
<>
1414
<br />
1515
<div>
16-
<h2>#tags</h2>
16+
<h2>Tags</h2>
1717
<div class="flex gap-2">
1818
{tags.map((tag) => (
1919
<a

0 commit comments

Comments
 (0)