Skip to content

Commit

Permalink
fix: correct message for first peer
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed May 22, 2024
1 parent b36d5ad commit cf87d1f
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 cf87d1f

Please sign in to comment.