Skip to content

Commit 6a69919

Browse files
committed
Change collab sandbox text
1 parent 0608776 commit 6a69919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/CollabSandbox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const CollabSandbox: React.FC = () => {
3535
return (
3636
<AppMargin classname={`${classes.fullheight} ${classes.center}`}>
3737
<Stack spacing={2} alignItems={"center"}>
38-
<Typography variant="h1">Collaborative Sandbox</Typography>
38+
<Typography variant="h1">Successfully matched!</Typography>
3939
<Typography variant="h3">Coming soon...</Typography>
4040
<Button variant="outlined" color="error" onClick={() => stopMatch()}>
4141
End Session

0 commit comments

Comments
 (0)