summaryrefslogtreecommitdiff
path: root/iridescence/src/components/cart/Totals.vue
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-18 17:15:06 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-18 17:15:06 -0500
commit335a9e3dfe2bb1dde3900018b01fdad6baad1595 (patch)
tree2d9a46d61db02a8e9a64f0f16cc63f56b7e37c34 /iridescence/src/components/cart/Totals.vue
parentba965367090f183d62490c6a5e4d5ef5ea654dad (diff)
downloadtheglassyladies-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.vue2
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>