Skip to content

Commit

Permalink
Merge pull request #771 from cake-tech/support-urls
Browse files Browse the repository at this point in the history
Fix support URLs
  • Loading branch information
OmarHatem28 authored Feb 8, 2023
2 parents f53734f + 11a5831 commit 709c031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/view_model/support_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ abstract class SupportViewModelBase with Store {
title: 'Telegram',
icon: 'assets/images/Telegram.png',
linkTitle: '@cakewallet_bot',
link: 'https:t.me/cakewallet_bot'),
link: 'https://t.me/cakewallet_bot'),
LinkListItem(
title: 'Twitter',
icon: 'assets/images/Twitter.png',
Expand Down Expand Up @@ -84,7 +84,7 @@ abstract class SupportViewModelBase with Store {
// link: 'mailto:support@y.at')
];

static const url = 'https://cakewallet.com/guide/';
static const url = 'https://guides.cakewallet.com';

List<SettingsListItem> items;
}

0 comments on commit 709c031

Please sign in to comment.