mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
Merge pull request #87 from MAGICGrants/fiat-to-card
Change "fiat" to "card"
This commit is contained in:
@@ -290,7 +290,7 @@ const DonationFormModal: React.FC<Props> = ({ project, openRegisterModal, close
|
||||
) : (
|
||||
<FontAwesomeIcon icon={faCreditCard} className="h-5 w-5" />
|
||||
)}
|
||||
Donate with Fiat
|
||||
Donate with Card
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -266,7 +266,7 @@ const MembershipFormModal: React.FC<Props> = ({ project, close, openRegisterModa
|
||||
) : (
|
||||
<FontAwesomeIcon icon={faCreditCard} className="h-5 w-5" />
|
||||
)}
|
||||
Pay with Fiat
|
||||
Pay with Card
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user