mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
Merge pull request #125 from cake-tech/CAKE-123-change-telegram-bot-name
CAKE-123 | changed Telegram bot name in the settings page
This commit is contained in:
commit
ee60244dc2
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ abstract class SettingsViewModelBase with Store {
|
||||||
LinkListItem(
|
LinkListItem(
|
||||||
title: 'Telegram',
|
title: 'Telegram',
|
||||||
icon: 'assets/images/Telegram.png',
|
icon: 'assets/images/Telegram.png',
|
||||||
linkTitle: 'Cake_Wallet',
|
linkTitle: '@cakewallet_bot',
|
||||||
link: 'https:t.me/cakewallet_bot'),
|
link: 'https:t.me/cakewallet_bot'),
|
||||||
LinkListItem(
|
LinkListItem(
|
||||||
title: 'Twitter',
|
title: 'Twitter',
|
||||||
|
|
Loading…
Reference in a new issue