From b8840ffe0c617d2b4ba90f456eef8f198546eb67 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 5 Dec 2024 15:57:46 +0100 Subject: [PATCH] Changed Title of LandingPage --- lib/pages/landing_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')), ],