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/cart/Totals.vue | |
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/cart/Totals.vue')
-rw-r--r-- | iridescence/src/components/cart/Totals.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iridescence/src/components/cart/Totals.vue b/iridescence/src/components/cart/Totals.vue index 5c211ae..36c9e77 100644 --- a/iridescence/src/components/cart/Totals.vue +++ b/iridescence/src/components/cart/Totals.vue @@ -10,7 +10,7 @@ to="/checkout" class="button is-success is-fullwidth is-rounded is-medium" > - Checkout Now + Continue to Checkout </router-link> </div> </template> |