Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Jul 20, 2023
1 parent f549340 commit 8d1036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/chat_room.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
),
),
),
Expand Down

0 comments on commit 8d1036c

Please sign in to comment.