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.
2 parents 026b83b + 28fbe4e commit 7e398bfCopy full SHA for 7e398bf
frontend/components/collab/collab-room.tsx
@@ -15,7 +15,7 @@ export default function CollabRoom({ roomId }: { roomId: string }) {
15
return (
16
<div className="h-screen flex flex-col mx-4 p-4 overflow-hidden">
17
<header className="flex justify-between border-b">
18
- <h1 className="text-2xl font-bold mb-4">Collab Room {roomId}</h1>
+ <h1 className="text-2xl font-bold mb-4">Collaboration Room</h1>
19
<Link href="/app/history">
20
<Button variant="destructive">
21
Leave Room
0 commit comments