fix: normalize region option values and add sydney
This commit is contained in:
+8
-5
@@ -1310,21 +1310,24 @@
|
|||||||
class="w-full appearance-none border-2 border-gray-200 rounded-xl px-4 py-3 text-sm text-dark bg-white focus:outline-none focus:border-brand transition-colors pr-10"
|
class="w-full appearance-none border-2 border-gray-200 rounded-xl px-4 py-3 text-sm text-dark bg-white focus:outline-none focus:border-brand transition-colors pr-10"
|
||||||
>
|
>
|
||||||
<option value="">Select a region…</option>
|
<option value="">Select a region…</option>
|
||||||
<option value="UK, Manchester">
|
<option value="manchester">
|
||||||
🇬🇧 UK — Manchester
|
🇬🇧 UK — Manchester
|
||||||
</option>
|
</option>
|
||||||
<option value="US, Boston">
|
<option value="boston">
|
||||||
🇺🇸 US — Boston
|
🇺🇸 US — Boston
|
||||||
</option>
|
</option>
|
||||||
<option value="IN, Mumbai">
|
<option value="mumbai">
|
||||||
🇮🇳 IN — Mumbai
|
🇮🇳 IN — Mumbai
|
||||||
</option>
|
</option>
|
||||||
<option value="BR, Sao Paulo">
|
<option value="saopaulo">
|
||||||
🇧🇷 BR — São Paulo
|
🇧🇷 BR — São Paulo
|
||||||
</option>
|
</option>
|
||||||
<option value="NL, Meppel">
|
<option value="meppel">
|
||||||
🇳🇱 NL — Meppel
|
🇳🇱 NL — Meppel
|
||||||
</option>
|
</option>
|
||||||
|
<option value="sydney">
|
||||||
|
🇦🇺 AU — Sydney
|
||||||
|
</option>
|
||||||
</select>
|
</select>
|
||||||
<i
|
<i
|
||||||
class="fas fa-chevron-down text-gray-400 text-xs absolute right-4 top-1/2 -translate-y-1/2 pointer-events-none"
|
class="fas fa-chevron-down text-gray-400 text-xs absolute right-4 top-1/2 -translate-y-1/2 pointer-events-none"
|
||||||
|
|||||||
Reference in New Issue
Block a user