diff options
Diffstat (limited to 'iridescence/src/components/checkout')
-rw-r--r-- | iridescence/src/components/checkout/CheckoutForm.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iridescence/src/components/checkout/CheckoutForm.vue b/iridescence/src/components/checkout/CheckoutForm.vue index d64d747..cf73149 100644 --- a/iridescence/src/components/checkout/CheckoutForm.vue +++ b/iridescence/src/components/checkout/CheckoutForm.vue @@ -82,7 +82,7 @@ <div class="control has-icons-left"> <div class="select is-rounded"> <select required> - <option selected>United States</option> + <option selected>USA</option> </select> </div> <span class="icon is-left"> |