Skip to content

Commit

Permalink
fix: update CO2 emissions display in GroupOfEvents component to inclu…
Browse files Browse the repository at this point in the history
…de units for clarity
  • Loading branch information
D3nnis38 committed Jan 23, 2025
1 parent c015829 commit 8f817e6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const GroupOfEvents: FC<Props> = ({
{' '}
<b>
{((statistics.distance * 0.011) / 1000).toFixed(2)}
{' '}
{' kg '}
CO
<sub>2</sub>
e
Expand All @@ -69,7 +69,7 @@ export const GroupOfEvents: FC<Props> = ({
{' '}
<b>
{((statistics.distance * 0.072) / 1000).toFixed(2)}
{' '}
{' kg '}
CO
<sub>2</sub>
e
Expand Down Expand Up @@ -97,7 +97,7 @@ export const GroupOfEvents: FC<Props> = ({
{' '}
<b>
{((statistics.distance * 0.072) / 1000).toFixed(2)}
{' '}
{' kg '}
CO
<sub>2</sub>
e
Expand All @@ -110,7 +110,7 @@ export const GroupOfEvents: FC<Props> = ({
{' '}
<b>
{((statistics.distance * 0.147) / 1000).toFixed(2)}
{' '}
{' kg '}
CO
<sub>2</sub>
e
Expand All @@ -131,7 +131,7 @@ export const GroupOfEvents: FC<Props> = ({
{' '}
<b>
{((statistics.distance * 0.176) / 1000).toFixed(2)}
{' '}
{' kg '}
CO
<sub>2</sub>
e
Expand Down

0 comments on commit 8f817e6

Please sign in to comment.