Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Nov 16, 2024
1 parent 3e848b0 commit 8dd045a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/leagueModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ export default function LeagueModal({ shown, onClose, session, eloData }) {
{text("yourElo")}: <span style={{ color: '#ffd700' }}>{eloData.elo}</span>
</p>

<p style={{
{/* <p style={{
fontSize: '18px',
color: '#b0b0b0',
marginBottom: '5px'
}}>
{text("yourGlobalRank")}: <span style={{ color: '#ffd700' }}>#{eloData.rank}</span>
</p>
</p> */}
<p style={{
fontSize: '18px',
color: '#b0b0b0',
Expand Down

0 comments on commit 8dd045a

Please sign in to comment.