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