fix I dont know logo and profile link build issues

This commit is contained in:
Yasien Mac Mini 2026-05-27 16:32:28 +02:00
parent 052f937027
commit 39bf88356f
15 changed files with 16 additions and 30 deletions

View file

@ -86,7 +86,7 @@ class _MihPatientSearchState extends State<MihPatientSearch> {
children: [
const SizedBox(height: 50),
Icon(
MihIcons.iDontKnow,
MihIcons.mihIDontKnow,
size: 165,
color: MihColors.secondary(),
),

View file

@ -70,7 +70,7 @@ class _MyPatientListState extends State<MyPatientList> {
children: [
const SizedBox(height: 50),
Icon(
MihIcons.iDontKnow,
MihIcons.mihIDontKnow,
size: 165,
color: MihColors.secondary(),
),