Fix appbar title in products page
This commit is contained in:
parent
e99b63adf5
commit
cbef9ac8d3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class _ProductsState extends State<Products> {
|
|||
return Scaffold(
|
||||
backgroundColor: const Color(0xff1b1c1e),
|
||||
appBar: AppBar(
|
||||
title: const Text('Nekoya'),
|
||||
title: const Text('Products'),
|
||||
centerTitle: true,
|
||||
backgroundColor: const Color(0xff212226),
|
||||
automaticallyImplyLeading: false,
|
||||
|
|
Loading…
Reference in a new issue