Skip to content

Commit 2ea7cf8

Browse files
committed
fix: indent
1 parent 02bac8c commit 2ea7cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/components/layout/category-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function CategorySidebar({
8282
<TooltipTrigger asChild>
8383
<button
8484
className={cn(
85-
'flex items-center justify-center px-4 py-2 transition-colors hover:bg-muted/50',
85+
'flex items-center justify-center px-3 py-2 transition-colors hover:bg-muted/50',
8686
'focus:outline-none',
8787
isActive && 'bg-muted text-foreground'
8888
)}

0 commit comments

Comments
 (0)