Changed Title of LandingPage
This commit is contained in:
@@ -178,7 +178,7 @@ class _LandingPageState extends State<LandingPage> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('Landing'),
|
||||
title: const Text('Lebenslauf'),
|
||||
actions: const [
|
||||
TextButton(onPressed: _launchURL, child: Text('Source Code')),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user