Skip to content

Commit 4519f7f

Browse files
committed
final details on the spacing
1 parent 86a8e8d commit 4519f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableOfContents/TableOfContentsLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Link = ({
2121
<BaseLink
2222
href={url}
2323
className={cn(
24-
"group relative inline-block w-full p-1 text-body-medium no-underline lg:w-auto",
24+
"group relative inline-block w-full py-0.5 text-body-medium no-underline lg:w-auto",
2525
isActive && "visited text-primary"
2626
)}
2727
>

0 commit comments

Comments
 (0)