Skip to content

Commit

Permalink
Invite button
Browse files Browse the repository at this point in the history
  • Loading branch information
ProLoser committed Sep 30, 2024
1 parent dd6c739 commit 4c85b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Online/Friends/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,18 @@ export default function Friends() {
<menu>
<li>
<a onClick={invite}>
<span className="material-icons">group</span>
<span className="material-icons">person_add_alt_1</span>
Invite Friend
</a>
</li>
{document.fullscreenEnabled ?
{/* {document.fullscreenEnabled ?
<li>
<a onClick={toggleFullscreen}>
<span className="material-icons">{fullscreen ? 'fullscreen_exit' : 'fullscreen'}</span>
Fullscreen
</a>
</li>
: null}
: null} */}
<li>
<a onClick={() => toggle('profile')}>
<span className="material-icons">manage_accounts</span>
Expand Down

0 comments on commit 4c85b72

Please sign in to comment.