diff --git a/Frontend/lib/mih_packages/mih_home/mih_home.dart b/Frontend/lib/mih_packages/mih_home/mih_home.dart index 1c886b44..15b5e36f 100644 --- a/Frontend/lib/mih_packages/mih_home/mih_home.dart +++ b/Frontend/lib/mih_packages/mih_home/mih_home.dart @@ -111,7 +111,7 @@ class _MIHHomeState extends State { tileList.add(MIHTile( videoID: "Nfp4pVBZL78", onTap: () { - Navigator.of(context).popAndPushNamed( + Navigator.of(context).pushNamed( '/business-profile/set-up', arguments: widget.signedInUser, ); @@ -914,10 +914,9 @@ class _MIHHomeState extends State { padding: EdgeInsets.only( left: width / 10, right: width / 10, - //bottom: height / 5, + bottom: height / 15, //top: 20, ), - // physics: , // shrinkWrap: true, itemCount: searchApp(pbswitch[_selectedIndex], appSearch).length, gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(