Open KTibow opened 10 months ago
We currently abuse <div>s and <img>s as buttons in many places. We should always use a <button> for anything clickable.
<div>
<img>
<button>
We currently abuse
<div>
s and<img>
s as buttons in many places. We should always use a<button>
for anything clickable.