From ff858c7de06e6fc68728f3bc5386fcf97a70dd28 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Wed, 26 Feb 2025 11:41:27 +0200 Subject: [PATCH] Business profile and Manage patient tile name change --- Frontend/lib/mih_packages/mih_home/mih_home.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, ),