diff --git a/lib/pages/quick_start.page.dart b/lib/pages/quick_start.page.dart index 5697ee1..3b4a3ce 100644 --- a/lib/pages/quick_start.page.dart +++ b/lib/pages/quick_start.page.dart @@ -20,12 +20,7 @@ class _QuickStartPageState extends State { Widget build(BuildContext context) { return Scaffold( appBar: new AppBar( - leading: IconButton( - icon: Icon(Icons.close), - onPressed: () { - Navigator.of(context).pop(); - }, - ), + leading: Container(), title: Text('Quick start'), actions: [ IconButton(