From 8e351b75d1941352e7307b89f451175f37cd6505 Mon Sep 17 00:00:00 2001 From: Vusumuzi Khoza Date: Wed, 22 Oct 2025 23:30:31 +0200 Subject: [PATCH] bug fix --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 86ca056..d4c92be 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -79,7 +79,7 @@ class _MyAppState extends State { themeMode: ThemeMode.light, // Force light mode regardless of OS setting debugShowCheckedModeBanner: false, routerConfig: GoRouter( - initialLocation: '/receipt', + initialLocation: '/', routes: [ ShellRoute( builder: (context, state, child) {