Skip to content

Commit

Permalink
dev: minor style change on Navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-crowell committed Jun 26, 2024
1 parent 3b4ea39 commit c53a728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/widgets/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function Navigation({
selectedKey={selected}
aria-hidden={overflowing}
className={twMerge(
'block',
overflowing === true && 'opacity-0',
className
)}
Expand Down

0 comments on commit c53a728

Please sign in to comment.