change logo comp

This commit is contained in:
DASHU
2024-09-20 14:35:01 +08:00
parent d8b0001acc
commit 3334ff8663
2 changed files with 8 additions and 6 deletions

View File

@@ -7,10 +7,12 @@ class LogoComponent extends StatelessWidget {
// this should be change to a logo image
width: 40,
height: 40,
color: Colors.red,
child: Icon(
Icons.image,
size: 40,
child: const Image(
image: AssetImage(
"assets/imgs/logo/logo512.png",
),
width: 40,
height: 40,
),
);
}