Skip to content

Commit

Permalink
Catchy AppBar!!
Browse files Browse the repository at this point in the history
  • Loading branch information
SumirVats2003 committed Sep 15, 2023
1 parent 5d92e0f commit 6e4e2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class _HomePageState extends State<HomePage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text("Chats"),
title: const Text("Peekaboo"),
actions: [
IconButton(
onPressed: signOut,
Expand Down

0 comments on commit 6e4e2cf

Please sign in to comment.