Skip to content

Commit

Permalink
fix: value on logo on column etiquette
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Nov 28, 2024
1 parent 926415a commit 26798d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const ColumnEquivalent = ({
</div>
<div className={baseStyles.label}>{unit} CO₂e</div>
</div>
<Logo value={preciseValue * 1000} right />
<Logo value={preciseValue} right />
</div>
<div className={baseStyles.rightColumn}>
<div className={isAnimated ? baseStyles.animatedEqualColumn : baseStyles.equalColumn}>
Expand Down

0 comments on commit 26798d0

Please sign in to comment.