AI Logo Change
This commit is contained in:
BIN
Frontend/images/mzansi_ai-dark.png
Normal file
BIN
Frontend/images/mzansi_ai-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
Frontend/images/mzansi_ai-light.png
Normal file
BIN
Frontend/images/mzansi_ai-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
@@ -134,6 +134,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
|
|
||||||
void setAppsPersonal(List<MIHTile> tileList) {
|
void setAppsPersonal(List<MIHTile> tileList) {
|
||||||
ImageProvider logo = MzanziInnovationHub.of(context)!.theme.logoImage();
|
ImageProvider logo = MzanziInnovationHub.of(context)!.theme.logoImage();
|
||||||
|
ImageProvider aiLogo = MzanziInnovationHub.of(context)!.theme.aiLogoImage();
|
||||||
tileList.add(MIHTile(
|
tileList.add(MIHTile(
|
||||||
videoID: "P2bM9eosJ_A",
|
videoID: "P2bM9eosJ_A",
|
||||||
onTap: () {
|
onTap: () {
|
||||||
@@ -233,10 +234,9 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
},
|
},
|
||||||
tileName: "Mzansi AI",
|
tileName: "Mzansi AI",
|
||||||
tileIcon: Center(
|
tileIcon: Center(
|
||||||
child: FaIcon(
|
child: SizedBox(
|
||||||
FontAwesomeIcons.robot,
|
width: 225,
|
||||||
color: getSec(),
|
child: Image(image: aiLogo),
|
||||||
size: 180,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// Icon(
|
// Icon(
|
||||||
|
|||||||
Reference in New Issue
Block a user