a11y pass

This commit is contained in:
Belen Curcio
2020-10-25 11:00:34 -03:00
parent f2997c2519
commit 4784c06105
4 changed files with 3 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ const CartItem = ({
setQuantity(item.quantity)
}
}, [item.quantity])
console.log(item)
return (
<li className="flex flex-row space-x-8 py-8">
<div className="w-16 h-16 bg-violet relative overflow-hidden">