Skip to content

Commit

Permalink
chore: new arrangement of the lobby buttons (#1074)
Browse files Browse the repository at this point in the history
Requested by our design team.
  • Loading branch information
oliverlaz authored Sep 11, 2023
1 parent b18a6f1 commit f551d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/react/react-dogfood/components/Lobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ export const Lobby = ({ onJoin, callId, enablePreview = true }: LobbyProps) => {
marginTop: '0.75rem',
}}
>
{isAudioOutputChangeSupported && <ToggleAudioOutputButton />}
<ToggleAudioPreviewButton Menu={LobbyToggleAudioMenu} />
<ToggleVideoPreviewButton />
{isAudioOutputChangeSupported && <ToggleAudioOutputButton />}
</div>
)}
</Box>
Expand Down

0 comments on commit f551d26

Please sign in to comment.