diff --git a/components/payment-info/support.vue b/components/payment-info/support.vue index d7e967e..3ad17d8 100644 --- a/components/payment-info/support.vue +++ b/components/payment-info/support.vue @@ -21,6 +21,14 @@ Pay Now + + Unsubscribe + + faChevronLeft + }, + + methods: { + getSupport () { + if (confirm('You will be redirected to a contact page. To get help with canceling your subscription, please fill out the form.\n\nThank you for your support.')) { + window.location = 'https://system76.com/contact/support' + } + } } }