Skip to content

Commit

Permalink
fix: correct message for first peer (#2923) (#2924)
Browse files Browse the repository at this point in the history
Co-authored-by: Amar Bathwal <[email protected]>
  • Loading branch information
github-actions[bot] and amar-1995 authored May 22, 2024
1 parent a4ed4a9 commit d7a341c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function EqualProminence({ isInsetEnabled = false, peers, onPageChange, o
)}
{pageList.length === 0 ? (
<WaitingView
title="Waiting for Host to join"
title="You're the first to join"
subtitle="Sit back and relax till others join"
icon={<PeopleAddIcon width="56px" height="56px" style={{ color: 'white' }} />}
/>
Expand Down

0 comments on commit d7a341c

Please sign in to comment.