Skip to content

Commit

Permalink
fix: remove "leave room" text
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Oct 13, 2023
1 parent 2e8ddb7 commit fac5bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/client/src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ const Menu = ({ session, roomCode }: MenuProps) => {
onClick={handleSignOutAndLeave}
className="flex items-center gap-4 text-sm focus-within:underline hover:underline md:text-base"
>
<FiLogOut /> Sign Out{roomCode && " and Leave Game"}
<FiLogOut />
Sign Out
</button>
</li>
)}
Expand Down

0 comments on commit fac5bad

Please sign in to comment.