mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
Mention perks
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user