Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Apr 11, 2024
1 parent 4b6dbdf commit 63732a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/components/network/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default function Network({
<div className='network__stat'>
<div>
Tx Speed (24h)
<Tooltip title={speedText}>
<Tooltip title={speedText_24h}>
<HelpOutlineIcon fontSize='inherit' />
</Tooltip>
</div>
Expand All @@ -142,7 +142,7 @@ export default function Network({
<div className='network__stat'>
<div>
Tx Speed (1h)
<Tooltip title={speedText_24h}>
<Tooltip title={speedText}>
<HelpOutlineIcon fontSize='inherit' />
</Tooltip>
</div>
Expand Down

0 comments on commit 63732a9

Please sign in to comment.