diff --git a/lib/pages/landing_page.dart b/lib/pages/landing_page.dart index fed8e49..8260bc4 100644 --- a/lib/pages/landing_page.dart +++ b/lib/pages/landing_page.dart @@ -178,7 +178,7 @@ class _LandingPageState extends State { 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')), ],