MIH Profile Links

This commit is contained in:
Yasien Mac Mini 2026-05-27 15:36:56 +02:00
parent 33d07b1617
commit 052f937027
30 changed files with 2240 additions and 499 deletions

View file

@ -130,7 +130,7 @@ class _MihMineSweeperLeaderBoardState extends State<MihMineSweeperLeaderBoard> {
children: [
const SizedBox(height: 50),
Icon(
MihIcons.mineSweeper,
MihIcons.mihMinesweeper,
size: 165,
color: MihColors.secondary(),
),

View file

@ -596,7 +596,7 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
children: [
const SizedBox(height: 50),
Icon(
MihIcons.mineSweeper,
MihIcons.mihMinesweeper,
size: 165,
color: MihColors.secondary(),
),
@ -780,7 +780,7 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
_timer != null && !kIsWeb && (Platform.isAndroid || Platform.isIOS)
? MihBannerAd()
: SizedBox(),
SizedBox(height: 15),
SizedBox(height: 10),
],
);
},

View file

@ -134,7 +134,7 @@ class _MihMineSweeperLeaderBoardState extends State<MyScoreBoard> {
children: [
const SizedBox(height: 50),
Icon(
MihIcons.mineSweeper,
MihIcons.mihMinesweeper,
size: 165,
color: MihColors.secondary(),
),