Skip to content

Commit

Permalink
change counter labels to H2
Browse files Browse the repository at this point in the history
  • Loading branch information
isstuev committed Jul 14, 2024
1 parent 9b15774 commit 3349bec
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 3349bec

Please sign in to comment.