diff --git a/lib/screens/products.dart b/lib/screens/products.dart index f1b548e..013e5ed 100644 --- a/lib/screens/products.dart +++ b/lib/screens/products.dart @@ -18,7 +18,7 @@ class _ProductsState extends State { return Scaffold( backgroundColor: const Color(0xff1b1c1e), appBar: AppBar( - title: const Text('Nekoya'), + title: const Text('Products'), centerTitle: true, backgroundColor: const Color(0xff212226), automaticallyImplyLeading: false,