Skip to content

Commit 2369e1e

Browse files
Update src/components/overrides/SidebarSublist.astro
Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
1 parent ddd81c0 commit 2369e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/overrides/SidebarSublist.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const restoreIndices = sublist.map((entry) =>
8888
: "font-medium text-[var(--sidebar-text)]",
8989
]}>
9090
<span class="group-label">
91-
<span class:list={["", !nested && "large"]}>{entry.label}</span>
91+
<span class:list={[!nested && "large"]}>{entry.label}</span>
9292
{entry.badge && (
9393
<Badge
9494
variant={entry.badge.variant}

0 commit comments

Comments
 (0)