diff --git a/Frontend/lib/mih_packages/mih_home/mih_home.dart b/Frontend/lib/mih_packages/mih_home/mih_home.dart index 1b6d6e76..fec179d6 100644 --- a/Frontend/lib/mih_packages/mih_home/mih_home.dart +++ b/Frontend/lib/mih_packages/mih_home/mih_home.dart @@ -363,7 +363,7 @@ class _MIHHomeState extends State { ), ); }, - tileName: "Business Profile", + tileName: "Biz Profile", tileIcon: Center( child: FaIcon( FontAwesomeIcons.buildingUser, @@ -407,7 +407,7 @@ class _MIHHomeState extends State { ), ); }, - tileName: "Manage Patient", + tileName: "Pat Manager", tileIcon: Center( child: FaIcon( FontAwesomeIcons.bookMedical, @@ -1118,8 +1118,8 @@ class _MIHHomeState extends State { physics: const NeverScrollableScrollPhysics(), shrinkWrap: true, padding: EdgeInsets.only( - left: width / 10, - right: width / 10, + left: width / 13, + right: width / 13, bottom: height / 15, //top: 20, ),