Skip to content

Commit 7e398bf

Browse files
committed
Merge branch 'main' into feat/collab/ai-chat-enhancements
2 parents 026b83b + 28fbe4e commit 7e398bf

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
@@ -15,7 +15,7 @@ export default function CollabRoom({ roomId }: { roomId: string }) {
1515
return (
1616
<div className="h-screen flex flex-col mx-4 p-4 overflow-hidden">
1717
<header className="flex justify-between border-b">
18-
<h1 className="text-2xl font-bold mb-4">Collab Room {roomId}</h1>
18+
<h1 className="text-2xl font-bold mb-4">Collaboration Room</h1>
1919
<Link href="/app/history">
2020
<Button variant="destructive">
2121
Leave Room

0 commit comments

Comments
 (0)