This commit is contained in:
2024-09-19 14:08:39 +05:00
parent 090a866175
commit 28adee3e5f
18 changed files with 472 additions and 401 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ function Device({ title, description, img }: IDevice) {
exit={{ opacity: 0, transition: { delay: 0 } }}
transition={{ duration: 0.4 }}
src={img}
alt=""
alt={title}
/>
)}
</AnimatePresence>