Skip to content

Commit a564381

Browse files
committed
Update app bar title
1 parent 1f713e9 commit a564381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/opso_timeline.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class OpsoTimeLineScreen extends StatelessWidget {
153153
onPressed: () => Navigator.of(context).pop(),
154154
),
155155
centerTitle: true,
156-
title: const Text('Open-Source Timeline of 2024'),
156+
title: const Text('Open-Source Timeline of 2026'),
157157
),
158158
body: Padding(
159159
padding: const EdgeInsets.symmetric(horizontal: 50.0),

0 commit comments

Comments
 (0)