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 219521e commit 9974b70Copy full SHA for 9974b70
components/Sidebar.tsx
@@ -65,7 +65,7 @@ const DocLinkBlank = ({
65
return (
66
<Link
67
href={uri}
68
- className={classnames('flex text-sm block py-1 pl-2', {
+ className={classnames('flex text-sm py-1 pl-2', {
69
'font-medium': !isActive,
70
'text-primary text-bold border-l-2 border-l-primary font-semibold':
71
isActive,
0 commit comments