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 0608776 commit 6a69919Copy full SHA for 6a69919
frontend/src/pages/CollabSandbox/index.tsx
@@ -35,7 +35,7 @@ const CollabSandbox: React.FC = () => {
35
return (
36
<AppMargin classname={`${classes.fullheight} ${classes.center}`}>
37
<Stack spacing={2} alignItems={"center"}>
38
- <Typography variant="h1">Collaborative Sandbox</Typography>
+ <Typography variant="h1">Successfully matched!</Typography>
39
<Typography variant="h3">Coming soon...</Typography>
40
<Button variant="outlined" color="error" onClick={() => stopMatch()}>
41
End Session
0 commit comments