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.
1 parent 0d616cd commit 53388ccCopy full SHA for 53388cc
frontend/src/app/components/collab/SessionHeader.tsx
@@ -20,7 +20,9 @@ export default function SessionHeader() {
20
<Button>
21
<Mic />
22
</Button>
23
- <Button className="bg-red-500 text-black mr-3 hover:bg-red-300">Leave Session</Button>
+ <Button className="bg-red-500 text-black mr-3 hover:bg-red-300">
24
+ Leave Session
25
+ </Button>
26
</header>
27
);
28
}
0 commit comments