Skip to content

Commit

Permalink
#4
Browse files Browse the repository at this point in the history
  • Loading branch information
mateodaza committed Nov 2, 2022
1 parent 0925ba6 commit ac9bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Dashboard/MintSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function MintSection() {
resetInputs()
}}
>
<p>{type === 'mint' ? 'Mint Price' : 'Burn Price'}</p>
<p>{type === 'mint' ? 'Mint' : 'Burn'}</p>
<EntryText>
{type === 'mint' ? 'Entry' : 'Exit'} Tribute{' '}
{type === 'mint' ? entryTributePct : exitTributePct}%
Expand Down

1 comment on commit ac9bfcf

@vercel
Copy link

@vercel vercel bot commented on ac9bfcf Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.