profile when nothing available
This commit is contained in:
@@ -139,7 +139,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer>
|
|||||||
} else {
|
} else {
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
width: 60,
|
width: 60,
|
||||||
child: Image(image: logoThemeSwitch),
|
child: Image(image: logoFrame),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -297,7 +297,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate>
|
|||||||
child: Image(
|
child: Image(
|
||||||
image: MzanziInnovationHub.of(context)!
|
image: MzanziInnovationHub.of(context)!
|
||||||
.theme
|
.theme
|
||||||
.altLogoImage()));
|
.altLogoFrame()));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return Center(
|
return Center(
|
||||||
|
|||||||
Reference in New Issue
Block a user