Skip to content

Commit

Permalink
forgot a space
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 20, 2024
1 parent d71ade2 commit 6d6f338
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ const UsageStats = ({ userAgent, name, usage, version, currentVersion }: RenderD
{' '}represents <strong>{usage.toFixed(2)}%</strong> of global browser traffic
</>
)}
{Boolean(currentVersion && usage > 0) && <>.</>}

{getFamilyName(name)} (on desktop) is used by <strong>{americasUsage.toFixed(2)}</strong>% of North America and{' '}
<strong>{globalUsage.toFixed(2)}%</strong> of the world.
{Boolean(currentVersion && usage > 0) && <>.</>} {getFamilyName(name)} (on desktop) is used by{' '}
<strong>{americasUsage.toFixed(2)}</strong>% of North America and <strong>{globalUsage.toFixed(2)}%</strong> of the world.
</p>
)
}
Expand Down

0 comments on commit 6d6f338

Please sign in to comment.