router and assets updated
This commit is contained in:
@@ -117,7 +117,9 @@ class HomeScreen extends StatelessWidget {
|
||||
amount: '12',
|
||||
textColor: Color(0xFF0164FF),
|
||||
enableTap: true,
|
||||
onTap: () {},
|
||||
onTap: () {
|
||||
YourTendersRouteData().push(context);
|
||||
},
|
||||
),
|
||||
StatisticsCard(
|
||||
backgroundColor: Color(0xFFEAF8F9),
|
||||
|
||||
Reference in New Issue
Block a user