mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-24 11:36:21 +00:00
Fix support URLs
This commit is contained in:
parent
f53734fa57
commit
11a5831b08
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ abstract class SupportViewModelBase with Store {
|
||||||
title: 'Telegram',
|
title: 'Telegram',
|
||||||
icon: 'assets/images/Telegram.png',
|
icon: 'assets/images/Telegram.png',
|
||||||
linkTitle: '@cakewallet_bot',
|
linkTitle: '@cakewallet_bot',
|
||||||
link: 'https:t.me/cakewallet_bot'),
|
link: 'https://t.me/cakewallet_bot'),
|
||||||
LinkListItem(
|
LinkListItem(
|
||||||
title: 'Twitter',
|
title: 'Twitter',
|
||||||
icon: 'assets/images/Twitter.png',
|
icon: 'assets/images/Twitter.png',
|
||||||
|
@ -84,7 +84,7 @@ abstract class SupportViewModelBase with Store {
|
||||||
// link: 'mailto:support@y.at')
|
// link: 'mailto:support@y.at')
|
||||||
];
|
];
|
||||||
|
|
||||||
static const url = 'https://cakewallet.com/guide/';
|
static const url = 'https://guides.cakewallet.com';
|
||||||
|
|
||||||
List<SettingsListItem> items;
|
List<SettingsListItem> items;
|
||||||
}
|
}
|
Loading…
Reference in a new issue