enable risk radar button
This commit is contained in:
parent
58385e40cc
commit
3a0501a14a
|
|
@ -61,7 +61,7 @@ class LogoAppBar extends StatelessWidget {
|
|||
enabled: true,
|
||||
onTap: () {
|
||||
launchUrlString(
|
||||
'https://trend.irfartak.com/',
|
||||
'https://trend.didvan.app/',
|
||||
mode: LaunchMode.inAppWebView,
|
||||
);
|
||||
},
|
||||
|
|
@ -76,7 +76,13 @@ class LogoAppBar extends StatelessWidget {
|
|||
_BottomSheetItem(
|
||||
icon: Assets.riskRadarIcon,
|
||||
title: 'رادار ریسک',
|
||||
onTap: () {},
|
||||
enabled: true,
|
||||
onTap: () {
|
||||
launchUrlString(
|
||||
'https://risk.didvan.app/',
|
||||
mode: LaunchMode.inAppWebView,
|
||||
);
|
||||
},
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
_BottomSheetItem(
|
||||
|
|
|
|||
Loading…
Reference in New Issue