Skip to content

Commit 4076911

Browse files
committed
Remove unnecessary roomId in collab room
1 parent 2b5a251 commit 4076911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/collab/collab-room.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function CollabRoom({ roomId }: { roomId: string }) {
1010
return (
1111
<div className="h-screen flex flex-col mx-4 p-4 overflow-hidden">
1212
<header className="flex justify-between border-b">
13-
<h1 className="text-2xl font-bold mb-4">Collab Room {roomId}</h1>
13+
<h1 className="text-2xl font-bold mb-4">Collaboration Room</h1>
1414
<Link href="/app/history">
1515
<Button variant="destructive">
1616
Leave Room

0 commit comments

Comments
 (0)