From 2ff16fef32c951928b35ed6d09e3fe09381031a2 Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 23 May 2022 00:31:02 +0700 Subject: [PATCH] Fix OTP page title --- lib/screens/otp.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/otp.dart b/lib/screens/otp.dart index f143dbf..0c6535b 100644 --- a/lib/screens/otp.dart +++ b/lib/screens/otp.dart @@ -15,7 +15,7 @@ class _OtpState extends State { return Scaffold( backgroundColor: const Color(0xff1b1c1e), appBar: AppBar( - title: const Text('Nekoya'), + title: const Text('OTP'), centerTitle: true, backgroundColor: const Color(0xff212226), ),