From 8d1036c38a9cf97667a0d0b82aa36a3fbe3b7de7 Mon Sep 17 00:00:00 2001 From: tangenta Date: Thu, 20 Jul 2023 12:08:18 +0800 Subject: [PATCH] fix typo --- lib/components/chat_room.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/chat_room.dart b/lib/components/chat_room.dart index ae8313c..ba98411 100644 --- a/lib/components/chat_room.dart +++ b/lib/components/chat_room.dart @@ -167,7 +167,7 @@ class NewChatButton extends StatelessWidget { leading: Icon(Icons.group_add), title: Align( alignment: Alignment(-1.2, 0), - child: Text("Join Chat Room"q), + child: Text("Join Chat Room"), ), ), ),