Skip to content

Commit

Permalink
Remove unnecessary roomId in collab room
Browse files Browse the repository at this point in the history
  • Loading branch information
SelwynAng committed Nov 6, 2024
1 parent 2b5a251 commit 4076911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/collab/collab-room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function CollabRoom({ roomId }: { roomId: string }) {
return (
<div className="h-screen flex flex-col mx-4 p-4 overflow-hidden">
<header className="flex justify-between border-b">
<h1 className="text-2xl font-bold mb-4">Collab Room {roomId}</h1>
<h1 className="text-2xl font-bold mb-4">Collaboration Room</h1>
<Link href="/app/history">
<Button variant="destructive">
Leave Room
Expand Down

0 comments on commit 4076911

Please sign in to comment.