Skip to content

Commit

Permalink
fix: update "currency" casing
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored and sarahdayan committed May 7, 2020
1 parent 981a65a commit f1038e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ const config = {
attribute: 'price',
transformValue: (value) => (
<>
<span className="uni-Hit-Currency">$</span>
<span className="uni-Hit-currency">$</span>
{value}
</>
),
Expand Down
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const config = {
attribute: 'price',
transformValue: (value) => (
<>
<span className="uni-Hit-Currency">$</span>
<span className="uni-Hit-currency">$</span>
{value}
</>
),
Expand Down

0 comments on commit f1038e6

Please sign in to comment.