Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Feb 16, 2024
1 parent 8299612 commit 72c2435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Navigation: React.FC<NavigationProps> = ({ color, activeColor }) => {
textDecoration: 'none',
color,
borderBottom,
borderBottomColor: isActive && activeColor,
borderBottomColor: isActive ? activeColor : '',
transition: 'color 0.25s ease',
'&:hover': {
color: activeColor,
Expand Down

0 comments on commit 72c2435

Please sign in to comment.