diff options
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> |