Skip to content

Commit

Permalink
feat: remove translate on hover in active link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed May 6, 2024
1 parent d150844 commit 377e44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer/Navigate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Navigate() {
text={link.name}
className={
isLinkActive(link.path)
? "bg-primary-light dark:bg-primary px-2"
? "bg-primary-light dark:bg-primary px-2 hover:translate-x-0"
: ""
}
/>
Expand Down

0 comments on commit 377e44b

Please sign in to comment.