Skip to content

Commit

Permalink
fix footer on landing
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 12, 2024
1 parent deae250 commit eee442c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/apps/web/src/components/Landing/LandingLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const LandingPageFooter = () => {
return (
<motion.div
initial="initial"
className="flex w-full"
variants={{ initial: { opacity: 0 }, animate: { opacity: 1 } }}
transition={{ duration: 0.5, ease: 'easeInOut' }}
whileInView="animate"
Expand Down

0 comments on commit eee442c

Please sign in to comment.