From 84583de46eef90046d11484dac9c3960336e1ef0 Mon Sep 17 00:00:00 2001 From: Namonay Date: Fri, 16 May 2025 00:06:48 +0200 Subject: [PATCH] Removed a trailling debug value --- lib/views/init_screen.dart | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/views/init_screen.dart b/lib/views/init_screen.dart index 51fcb56..4046a37 100644 --- a/lib/views/init_screen.dart +++ b/lib/views/init_screen.dart @@ -47,10 +47,12 @@ class InitScreen extends StatelessWidget { Navigator.pushReplacementNamed(context, '/login'); }); } - return Center( - child: Text( - (snapshot.data == true) ? "1" : "0" - ) + return const Center( + child: Image( + image: AssetImage("assets/images/42_logo.png"), + width: 100, + height: 100, + ), ); default: Future.microtask(() {