We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6358dc commit fc7deb4Copy full SHA for fc7deb4
src/components/shared/AppBanner.js
@@ -63,7 +63,7 @@ const AppBanner = () => {
63
<motion.div
64
initial={{ opacity: 0, y: -180 }}
65
animate={{ opacity: 1, y: 0 }}
66
- transition={{ ease: 'easeInOut', duration: 0.9, delay: 0.4 }}
+ transition={{ ease: 'easeInOut', duration: 0.9, delay: 0.2 }}
67
className="w-full sm:w-2/3 text-right float-right mt-8 sm:mt-0"
68
>
69
<img
0 commit comments