Skip to content

Commit

Permalink
Merge pull request #1335 from tapexyz/remove
Browse files Browse the repository at this point in the history
chore: remove price from "Buy with Card" button
  • Loading branch information
sasicodes authored Feb 29, 2024
2 parents d7991e8 + aad7838 commit bed7474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Login/Signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const Signup: FC<Props> = ({ showLogin, onSuccess, setShowSignup }) => {
loading={creating}
disabled={creating || !isHandleAvailable || checkingAvailability}
>
Buy with Card ({signupPriceFormatted} USD)
Buy with Card
</Button>
</div>
<button
Expand Down

0 comments on commit bed7474

Please sign in to comment.