diff --git a/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart b/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart index 155c3e03..db78b590 100644 --- a/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart +++ b/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart @@ -512,7 +512,7 @@ class _MihInfoState extends State { } Widget displayBusinessCount() { - return Column( + return Row( mainAxisAlignment: MainAxisAlignment.center, mainAxisSize: MainAxisSize.min, children: [ @@ -553,6 +553,7 @@ class _MihInfoState extends State { ); }, ), + const SizedBox(width: 10), Text( "Businesses", textAlign: TextAlign.center, @@ -657,6 +658,7 @@ class _MihInfoState extends State { ), const Text( "Mzansi Innovation Hub", + textAlign: TextAlign.center, style: TextStyle( fontWeight: FontWeight.bold, fontSize: 30, @@ -664,6 +666,7 @@ class _MihInfoState extends State { ), Text( "MIH App Version: ${MzansiInnovationHub.of(context)!.theme.getLatestVersion()}", + textAlign: TextAlign.center, style: const TextStyle( fontWeight: FontWeight.normal, fontSize: 15, @@ -696,6 +699,7 @@ class _MihInfoState extends State { ), Text( "The MIH Family", + textAlign: TextAlign.center, style: TextStyle( fontWeight: FontWeight.bold, fontSize: 25,