AI Logo Change

This commit is contained in:
2025-01-27 12:43:55 +02:00
parent b3156458ab
commit 6dee21aca5
3 changed files with 4 additions and 4 deletions

View File

@@ -134,6 +134,7 @@ class _MIHHomeState extends State<MIHHome> {
void setAppsPersonal(List<MIHTile> tileList) {
ImageProvider logo = MzanziInnovationHub.of(context)!.theme.logoImage();
ImageProvider aiLogo = MzanziInnovationHub.of(context)!.theme.aiLogoImage();
tileList.add(MIHTile(
videoID: "P2bM9eosJ_A",
onTap: () {
@@ -233,10 +234,9 @@ class _MIHHomeState extends State<MIHHome> {
},
tileName: "Mzansi AI",
tileIcon: Center(
child: FaIcon(
FontAwesomeIcons.robot,
color: getSec(),
size: 180,
child: SizedBox(
width: 225,
child: Image(image: aiLogo),
),
),
// Icon(