Changed Title of LandingPage

This commit is contained in:
2024-12-05 15:57:46 +01:00
parent c62dbbb707
commit b8840ffe0c

View File

@@ -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')),
],