Skip to content

Commit b34356e

Browse files
authored
Rebuild
1 parent 58530ab commit b34356e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Animations/FadeUp.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const FadeUp = ({ children, cssClass, delay }: IAnimateWithDelayProps) => {
1818
duration: 0.5,
1919
stiffness: 110,
2020
};
21-
21+
2222
const fadeUpVariants = {
2323
initial: { opacity: 0, y: 20 },
2424
animate: {

0 commit comments

Comments
 (0)