router and assets updated

This commit is contained in:
amirrezaghabeli
2025-08-06 09:07:55 +03:30
parent 91a7634298
commit 337fcdbcbc
5 changed files with 55 additions and 4 deletions
+3 -1
View File
@@ -117,7 +117,9 @@ class HomeScreen extends StatelessWidget {
amount: '12',
textColor: Color(0xFF0164FF),
enableTap: true,
onTap: () {},
onTap: () {
YourTendersRouteData().push(context);
},
),
StatisticsCard(
backgroundColor: Color(0xFFEAF8F9),