Business profile and Manage patient tile name change

This commit is contained in:
2025-02-26 11:41:27 +02:00
parent 0840e87302
commit ff858c7de0

View File

@@ -363,7 +363,7 @@ class _MIHHomeState extends State<MIHHome> {
),
);
},
tileName: "Business Profile",
tileName: "Biz Profile",
tileIcon: Center(
child: FaIcon(
FontAwesomeIcons.buildingUser,
@@ -407,7 +407,7 @@ class _MIHHomeState extends State<MIHHome> {
),
);
},
tileName: "Manage Patient",
tileName: "Pat Manager",
tileIcon: Center(
child: FaIcon(
FontAwesomeIcons.bookMedical,
@@ -1118,8 +1118,8 @@ class _MIHHomeState extends State<MIHHome> {
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,
),