Skip to content

Commit

Permalink
Add more devices to the dropdown w/ the same value, cleaner for the e…
Browse files Browse the repository at this point in the history
…nd user
  • Loading branch information
KyleGospo committed Feb 3, 2024
1 parent ca675f1 commit 675ff02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,11 @@
<option value="desktop">Desktop or HTPC</option>
<option value="steamdeck">Valve Steam Deck</option>
<option value="ally">ASUS Ally</option>
<option value="handheld">Lenovo Legion Go/GPD/AYANEO/AYN/Other Handhelds</option>
<option value="handheld">Lenovo Legion Go</option>
<option value="handheld">GPD</option>
<option value="handheld">AYANEO</option>
<option value="handheld">AYN</option>
<option value="handheld">Other Handheld PC</option>
<option value="framework">Framework Laptop</option>
<option value="surface">Surface Laptop</option>
<option value="asus">ASUS Laptop</option>
Expand Down

0 comments on commit 675ff02

Please sign in to comment.