Skip to content

Commit

Permalink
Update Navbar logo animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Kwan committed Dec 19, 2023
1 parent cce93c5 commit fe77cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Navbar = ({ isMenuOpen, toggleMenu }: NavbarProps) => {
alt="Logo"
width={40}
height={40}
className="mr-2"
className="mr-2 transform transition-transform duration-200 hover:scale-110 hover:rotate-[15deg]"
/>
<span className="font-bold text-lg ml-3 hover:text-2xl transition-fontSize duration-200 hover:text-blue-500">
Home
Expand Down

0 comments on commit fe77cff

Please sign in to comment.