Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ProLoser authored Oct 1, 2024
1 parent 480789b commit 4fecc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Online/Friends/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ export default function Friends() {
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 4fecc75

Please sign in to comment.