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