Skip to content

Commit

Permalink
fix google translate bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chloehan committed Jul 15, 2024
1 parent bcbec4a commit 93219fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Detail(){
This item is NFT-licensed.<br />
Profit will be paid to the NFT holder.<br />
<br />
<span className={step===2 ? styles.active : ''}>
<span className={step===2 ? styles.active : ''} translate='no'>
Total sales quantity: {selectedItem.quantity}<br />
Total sold amount: {formatNum(selectedItem.quantity*selectedItem.price)}
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const USER_NAMES = [
'Jake',
'Joseph',
'Colin',
'Neve',
'Emily',
'Isaac',
'Blake',
'Harry',
Expand Down

0 comments on commit 93219fd

Please sign in to comment.