Skip to content

Commit

Permalink
Merge pull request #104 from MAGICGrants/perk-account-text
Browse files Browse the repository at this point in the history
Mention perks
  • Loading branch information
Keeqler authored Dec 4, 2024
2 parents 37e526e + be0a3ce commit f987ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/DonationFormModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ const DonationFormModal: React.FC<Props> = ({ project, openRegisterModal, close

{!isAuthed && (
<div className="flex flex-col items-center">
<p>Want to support more projects from now on?</p>
<p>Want to support more projects and receive optional perks?</p>

<Button
type="button"
Expand Down
2 changes: 1 addition & 1 deletion components/MembershipFormModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const MembershipFormModal: React.FC<Props> = ({ project, close, openRegisterModa

{!isAuthed && (
<div className="flex flex-col items-center ">
<p>Want to support more projects from now on?</p>
<p>Want to support more projects and receive optional perks?</p>

<Button
type="button"
Expand Down

0 comments on commit f987ab0

Please sign in to comment.