(fix): wrong portal for sidebarBox
All checks were successful
/ build-web (push) Successful in 1m10s
/ build-desktop (push) Successful in 11m34s
/ build-mobile (push) Successful in 16m10s
/ release (push) Successful in 22s

(qol): update todo
This commit is contained in:
Alois 2026-05-14 16:05:05 +02:00
commit f624dc7375
3 changed files with 14 additions and 4 deletions

View file

@ -31,7 +31,7 @@ export default function SidebarBox() {
<div className="flex justify-start gap-1">
<MuteButton className="w-9 h-9" />
<DeafButton className="w-9 h-9" />
<ScreenshareButton className="w-9 h-9" />
<ScreenshareButton className="w-9 h-9" defaultPortal />
<LeaveButton className="w-9 h-9" />
</div>
</CardContent>