ReVanced / revanced-website

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

Better keyboard nav #219

Open KTibow opened 5 months ago

KTibow commented 5 months ago

We currently abuse <div>s and <img>s as buttons in many places. We should always use a <button> for anything clickable.