Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
manikumarreddyu committed Oct 6, 2024
1 parent 7da50ed commit d7319f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Footer = () => {
<ul className='space-y-2'>
{['About Us', 'Contact Us'].map((item) => (
<li key={item}>
<Link to='/' className='flex items-center group'>
<Link to='/contact' className='flex items-center group'>
<span className="mr-2 transition-transform duration-300 group-hover:translate-x-1"></span>
<span className="relative overflow-hidden">
<span className="inline-block transition-transform duration-300 group-hover:-translate-y-full">{item}</span>
Expand Down

0 comments on commit d7319f3

Please sign in to comment.