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 da53bec commit cc309b4Copy full SHA for cc309b4
src/pages/Pets.jsx
@@ -69,7 +69,6 @@ const Pet = ({ src }) => {
69
className="heart"
70
initial={{ opacity: 1, y: -60 }}
71
animate={{ opacity: 0, y: -120 }}
72
- animate={{ opacity: 0, y: -120 }}
73
transition={{ duration: 1, ease: "easeOut" }}
74
>
75
❤️
0 commit comments