Skip to content

Commit

Permalink
Change main title
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Jul 13, 2024
1 parent 736d57b commit 978df86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waydowntown/waydowntown_app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Waydowntown extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
home: const MyHomePage(title: 'waydowntown'),
);
}
}
Expand Down

0 comments on commit 978df86

Please sign in to comment.