Skip to content

Commit fc7deb4

Browse files
committed
Banner motion
1 parent a6358dc commit fc7deb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/AppBanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const AppBanner = () => {
6363
<motion.div
6464
initial={{ opacity: 0, y: -180 }}
6565
animate={{ opacity: 1, y: 0 }}
66-
transition={{ ease: 'easeInOut', duration: 0.9, delay: 0.4 }}
66+
transition={{ ease: 'easeInOut', duration: 0.9, delay: 0.2 }}
6767
className="w-full sm:w-2/3 text-right float-right mt-8 sm:mt-0"
6868
>
6969
<img

0 commit comments

Comments
 (0)