diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-18 17:15:06 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-18 17:15:06 -0500 |
commit | 335a9e3dfe2bb1dde3900018b01fdad6baad1595 (patch) | |
tree | 2d9a46d61db02a8e9a64f0f16cc63f56b7e37c34 /iridescence/src/components/checkout | |
parent | ba965367090f183d62490c6a5e4d5ef5ea654dad (diff) | |
download | theglassyladies-335a9e3dfe2bb1dde3900018b01fdad6baad1595.tar.xz theglassyladies-335a9e3dfe2bb1dde3900018b01fdad6baad1595.zip |
made cart item displays actually level, also rearranged view
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"> |