Fix appbar title in products page

This commit is contained in:
Moe Poi ~ 2022-05-22 21:26:16 +07:00
parent e99b63adf5
commit cbef9ac8d3

View file

@ -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,