ReVanced / revanced-website

🌐 Website for ReVanced
https://revanced.app
GNU General Public License v3.0
313 stars 42 forks source link

Better keyboard nav #219

Open KTibow opened 10 months ago

KTibow commented 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.