Skip to content

Commit

Permalink
fix: correct typo in CO2 emissions label in GroupOfEvents component
Browse files Browse the repository at this point in the history
  • Loading branch information
D3nnis38 committed Dec 10, 2024
1 parent feda1b5 commit c814de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const GroupOfEvents: FC<Props> = ({
<b>{getDistance(statistics.distance)}</b>
</Styled.StatisticsText>
<Styled.StatisticsText>
Uppskattad CO2-utsläpp, HV0100:
Uppskattad CO2-utsläpp, HVO100:
{' '}
<b>{getDistance(statistics.distance)}</b>
</Styled.StatisticsText>
Expand Down

0 comments on commit c814de3

Please sign in to comment.