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