-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Your product images have a hover style that makes them look clickable:
week6-adam-milly-oli-orian/styles/Home.module.css
Lines 187 to 190 in 019c36c
.productImage:hover { | |
opacity: 70%; | |
cursor: pointer; | |
} |
however images aren't clickable/interactive, so this is a bit misleading for the user. It works ok on the home page because the images are inside a link, but on the product page it looks like you can click the image (but nothing happens when you do). It would be better to apply these styles to the link, since that's the actually interactive element.
Metadata
Metadata
Assignees
Labels
No labels