Skip to content

Commit

Permalink
Fix typo on the explorer (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
soniasingla authored Sep 18, 2024
1 parent 3872bd7 commit a864e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/dashboard/CardDetail/CardDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const CardDetail: React.FC<CardDetailProps> = (data) => {
<Icon name="standby" size="medium" color="primary" />
</div>
<div>
<p className={styles.title}>Stanby Nodes</p>
<p className={styles.title}>Standby Nodes</p>
<p>{data?.totalStandby?.toLocaleString('en-US')}</p>
</div>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ export const CardDetail: React.FC<CardDetailProps> = (data) => {
<Icon name="reward" size="medium" color="primary" />
</div>
<div>
<p className={styles.title}>Total Stake SHM</p>
<p className={styles.title}>Total Staked SHM</p>
<p>{data?.totalStakedSHM?.toLocaleString('en-US')}</p>
</div>
</div>
Expand Down

0 comments on commit a864e7b

Please sign in to comment.