Skip to content

Commit

Permalink
chore: remove price from "Buy with Card" button
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Feb 29, 2024
1 parent d7991e8 commit aad7838
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 aad7838

Please sign in to comment.