From 7f275c6b4e844a7a465c3b8c3596b81cb501aed8 Mon Sep 17 00:00:00 2001 From: Amir Hossein Mousavi Date: Fri, 12 Apr 2024 17:28:48 +0330 Subject: [PATCH] fix: change infography asset --- lib/views/home/home_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/home/home_state.dart b/lib/views/home/home_state.dart index 540e806..2b0c1b9 100644 --- a/lib/views/home/home_state.dart +++ b/lib/views/home/home_state.dart @@ -194,7 +194,7 @@ class HomeState extends CoreProvier { ), MenuItemType( label: 'اینفوگرافی', - asset: Assets.startup, + asset: Assets.infography, link: Routes.infography, ), ];