miscalanious changes
This commit is contained in:
@@ -687,6 +687,14 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
|
// Text(
|
||||||
|
// "The MIH Community",
|
||||||
|
// textAlign: TextAlign.center,
|
||||||
|
// style: TextStyle(
|
||||||
|
// fontWeight: FontWeight.bold,
|
||||||
|
// fontSize: 22,
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
Wrap(
|
Wrap(
|
||||||
alignment: WrapAlignment.spaceAround,
|
alignment: WrapAlignment.spaceAround,
|
||||||
crossAxisAlignment: WrapCrossAlignment.center,
|
crossAxisAlignment: WrapCrossAlignment.center,
|
||||||
@@ -698,11 +706,11 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"The MIH Family",
|
"The MIH Community",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 25,
|
fontSize: 22,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// ===================== Divider
|
// ===================== Divider
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||||||
"aboutMih",
|
"aboutMih",
|
||||||
extra: AboutArguments(
|
extra: AboutArguments(
|
||||||
true,
|
true,
|
||||||
2,
|
1,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ class _MihHomeState extends State<MihHome> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
Text(
|
Text(
|
||||||
"To keep using the MIH app, please take a moment to review and accept our Privacy Policy and Terms of Service. our agreement helps us keep things running smoothly and securely.",
|
"To keep using the MIH app, please take a moment to review and accept our Policies. Our agreements helps us keep things running smoothly and securely.",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: MihColors.getSecondaryColor(
|
color: MihColors.getSecondaryColor(
|
||||||
|
|||||||
Reference in New Issue
Block a user