form
This commit is contained in:
+6
-6
@@ -2772,42 +2772,42 @@
|
||||
<button
|
||||
type="button"
|
||||
class="modal-select-option"
|
||||
data-value="Boston, US"
|
||||
data-value="boston"
|
||||
>
|
||||
🇺🇸 Boston
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="modal-select-option"
|
||||
data-value="Manchester, UK"
|
||||
data-value="manchester"
|
||||
>
|
||||
🇬🇧 Manchester
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="modal-select-option"
|
||||
data-value="Mumbai, IN"
|
||||
data-value="mumbai"
|
||||
>
|
||||
🇮🇳 Mumbai
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="modal-select-option"
|
||||
data-value="Sao Paulo, BR"
|
||||
data-value="saopaulo"
|
||||
>
|
||||
🇧🇷 São Paulo
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="modal-select-option"
|
||||
data-value="Meppel, NL"
|
||||
data-value="meppel"
|
||||
>
|
||||
🇳🇱 Meppel
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="modal-select-option"
|
||||
data-value="Sydney, AU"
|
||||
data-value="sydney"
|
||||
>
|
||||
🇦🇺 Sydney
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user