Skip to content

Commit

Permalink
fix: double cross
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Mar 1, 2024
1 parent 57b49a9 commit 6fe2c36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/roomkit-react/src/Prebuilt/layouts/HLSView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,6 @@ const HLSView = () => {
</>
) : (
<Flex align="center" justify="center" direction="column" css={{ size: '100%', px: '$10' }}>
<Flex align="center" gap="2" css={{ position: 'absolute', left: '$4', top: '$4', zIndex: 1 }}>
{isMobile || isLandscape ? <LeaveRoom screenType={screenType} /> : null}
</Flex>
<Flex css={{ c: '$on_surface_high', r: '$round', bg: '$surface_default', p: '$2' }}>
{streamEnded ? <ColoredHandIcon height={56} width={56} /> : <GoLiveIcon height={56} width={56} />}
</Flex>
Expand Down

0 comments on commit 6fe2c36

Please sign in to comment.