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