Skip to content

Commit

Permalink
Merge pull request #195 from CS3219-AY2425S1/fix/bug/collab-room-id
Browse files Browse the repository at this point in the history
Remove unnecessary room id in collab room
  • Loading branch information
dylkaw authored Nov 7, 2024
2 parents 2b5a251 + 4076911 commit 28fbe4e
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 28fbe4e

Please sign in to comment.