Skip to content

Commit

Permalink
Merge pull request #2102 from blockscout/fe-1974
Browse files Browse the repository at this point in the history
change counter labels to H2
  • Loading branch information
isstuev authored Jul 17, 2024
2 parents cabfcc3 + 3349bec commit 83cffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/stats/StatsWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const StatsWidget = ({
lineHeight="16px"
w="fit-content"
>
<span>{ label }</span>
<h2>{ label }</h2>
</Skeleton>
<Skeleton
isLoaded={ !isLoading }
Expand Down

0 comments on commit 83cffb9

Please sign in to comment.