We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661c6d5 commit 3956777Copy full SHA for 3956777
src/pages/LobbyPage.js
@@ -208,7 +208,7 @@ function LobbyPage() {
208
<Box clone order={{ xs: 2, md: 1 }} className={classes.chatColumn}>
209
<Grid item xs={12} sm={12} md={6}>
210
<Paper className={classes.chatColumnPaper}>
211
- <Chat title="Lobby Chat" messageLimit={200} showMessageTimes />
+ <Chat title="Lobby Chat" messageLimit={100} showMessageTimes />
212
</Paper>
213
<div className={classes.gameCounters}>
214
<Typography variant="body2">
0 commit comments