Skip to content

Commit b2df838

Browse files
committed
fix: unnecessary class
1 parent 6f11f67 commit b2df838

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/ce/components/navigations/top-navigation-root.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const TopNavigationRoot = observer(() => {
1515
return (
1616
<div
1717
className={cn("flex items-center justify-evenly min-h-11 w-full px-3.5 z-[27] transition-all duration-300", {
18-
"px-3.5": showLabel,
1918
"px-2": !showLabel,
2019
})}
2120
>

0 commit comments

Comments
 (0)