From c077bb6b98e3aa467657c24e43e17f6e642e8c87 Mon Sep 17 00:00:00 2001 From: OleksandrSobol Date: Mon, 29 Mar 2021 20:32:39 +0300 Subject: [PATCH] CAKE-301 | replaced link for wyre contact --- lib/view_model/support_view_model.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view_model/support_view_model.dart b/lib/view_model/support_view_model.dart index 4391f64e5..1f80f476d 100644 --- a/lib/view_model/support_view_model.dart +++ b/lib/view_model/support_view_model.dart @@ -43,7 +43,7 @@ abstract class SupportViewModelBase with Store { title: 'Wyre', icon: 'assets/images/wyre.png', linkTitle: S.current.submit_request, - link: 'https://support.sendwyre.com/hc/en-us/requests/new ') + link: 'https://wyre-support.zendesk.com/hc/en-us/requests/new') ]; } static const url = 'https://cakewallet.com/guide/';