Skip to content

Commit

Permalink
Merge pull request #409 from desmondhume/sup-symbol-area-units
Browse files Browse the repository at this point in the history
Use proper symbol for square meters
  • Loading branch information
desmondhume authored Mar 7, 2018
2 parents 61d8d7a + 48a44e1 commit 49c1cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AreaUnits/AreaUnits.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const AreaUnits = ({ value, unit, className, ...rest }) => {
className={className}
>
{ value }
m<sup>2</sup>
m&sup2;
</span>
);
case AREA_UNITS.SQUARE_FOOT:
Expand Down

0 comments on commit 49c1cd5

Please sign in to comment.