Mention perks

This commit is contained in:
Justin Ehrenhofer
2024-12-03 18:20:46 -06:00
parent 37e526ea0e
commit be0a3cef87
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"