Skip to content

Commit 5e25684

Browse files
committed
Bump version - Typo
1 parent 42d7609 commit 5e25684

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lib/app.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// The primary [MaterialApp] widget.
22
///
3-
// Time-stamp: <Wednesday 2026-02-04 08:19:29 +1100 Graham Williams>
3+
// Time-stamp: <Thursday 2026-04-02 10:58:22 +1100 Graham Williams>
44
///
55
/// Copyright (C) 2026, Software Innovation Institute, ANU.
66
///
@@ -50,11 +50,11 @@ class App extends StatelessWidget {
5050
),
5151
useMaterial3: true,
5252
),
53-
home: const SolidLogin(
54-
image: AssetImage('assets/images/app_image.jpg'),
55-
logo: AssetImage('assets/images/app_icon.png'),
56-
title: appTitle.replaceAll(' - ', '\n'),
57-
child: appScaffold,
53+
home: SolidLogin(
54+
image: const AssetImage('assets/images/app_image.jpg'),
55+
logo: const AssetImage('assets/images/app_icon.png'),
56+
title: appTitle.replaceAll(' - ', '\n'),
57+
child: appScaffold,
5858
),
5959
);
6060
}

0 commit comments

Comments
 (0)