Add kryptonim support link [skip ci]

OmarHatem committed Oct 9, 2025 at 15:54 UTC 85a9e36f2e716dcbc54b197400cb40b9636e15cc
1 file changed +7 -1
lib/view_model/support_view_model.dart
+7 -1
@@ -107,7 +107,13 @@ abstract class SupportViewModelBase with Store {
107 lightIcon: 'assets/images/robinhood_light.png',
108 linkTitle: S.current.submit_request,
109 link: 'https://robinhood.com/contact')
110 - ]
110 + ],
111 + LinkListItem(
112 + title: 'Kryptonim',
113 + icon: 'assets/images/kryptonim_dark.png',
114 + lightIcon: 'assets/images/kryptonim_light.png',
115 + linkTitle: 'contact@support.kryptonim.com',
116 + link: 'mailto:contact@support.kryptonim.com'),
117 ];
118
119 final docsUrl = 'https://docs.cakewallet.com';