From cbef9ac8d3aa7554cc5b48424549cb9b0fb75590 Mon Sep 17 00:00:00 2001 From: Moe Date: Sun, 22 May 2022 21:26:16 +0700 Subject: [PATCH] Fix appbar title in products page --- lib/screens/products.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,