Skip to content

Commit

Permalink
Merge pull request #184 from TrustlessComputer/daily_reward
Browse files Browse the repository at this point in the history
update
  • Loading branch information
0xmegalodon authored Jan 31, 2024
2 parents f2e1f38 + 48259c4 commit 3bd1db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/depositModal/deposit.login.mode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const DepositLoginMode = ({ onClose }: { onClose: any }) => {
0,
'BTC',
false,
)} early contributors backing us with ${formatCurrency(
)} early contributors backing us with $${formatCurrency(
saleSummary.total_usdt_value_not_boost || '0',
0,
0,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/PublicSale/depositModal/login.tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const LoginTooltip = ({ onClose }: { onClose: any }) => {
0,
'BTC',
false,
)} early contributors backing us with ${formatCurrency(
)} early contributors backing us with $${formatCurrency(
saleSummary.total_usdt_value || '0',
0,
0,
Expand Down

0 comments on commit 3bd1db6

Please sign in to comment.