enable risk radar button

This commit is contained in:
Amir Hossein Mousavi 2023-08-30 00:01:27 +03:30
parent 58385e40cc
commit 3a0501a14a
1 changed files with 8 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class LogoAppBar extends StatelessWidget {
enabled: true, enabled: true,
onTap: () { onTap: () {
launchUrlString( launchUrlString(
'https://trend.irfartak.com/', 'https://trend.didvan.app/',
mode: LaunchMode.inAppWebView, mode: LaunchMode.inAppWebView,
); );
}, },
@ -76,7 +76,13 @@ class LogoAppBar extends StatelessWidget {
_BottomSheetItem( _BottomSheetItem(
icon: Assets.riskRadarIcon, icon: Assets.riskRadarIcon,
title: 'رادار ریسک', title: 'رادار ریسک',
onTap: () {}, enabled: true,
onTap: () {
launchUrlString(
'https://risk.didvan.app/',
mode: LaunchMode.inAppWebView,
);
},
), ),
const SizedBox(height: 16), const SizedBox(height: 16),
_BottomSheetItem( _BottomSheetItem(