diff --git a/src/components/Project/components/ProjectPayForm.tsx b/src/components/Project/components/ProjectPayForm.tsx index 17c2782f..f98461e2 100644 --- a/src/components/Project/components/ProjectPayForm.tsx +++ b/src/components/Project/components/ProjectPayForm.tsx @@ -213,11 +213,8 @@ export const ProjectPayForm: React.FC = ({ description="Enter email to receive confirmation & updates" > } - suffix={ - - } {...field} /> @@ -271,9 +268,15 @@ export const ProjectPayForm: React.FC = ({ )} -
- All transactions are paid in Ethereum (ETH). Payments are - non-refundable. +
+

+ Payments in Ether (ETH) and are non-refundable. Rewards are minted + as NFTs. +

+

+ Claim your reward by contacting the project using the links + provided. +

diff --git a/src/components/Project/components/ProjectPayMessageInput.tsx b/src/components/Project/components/ProjectPayMessageInput.tsx index ddfedb8a..70786d40 100644 --- a/src/components/Project/components/ProjectPayMessageInput.tsx +++ b/src/components/Project/components/ProjectPayMessageInput.tsx @@ -1,8 +1,7 @@ import { Input } from '@/components/Input' import { Link } from '@/components/Link' -import { Button } from '@/components/ui/Button' import { useIpfsFilePicker } from '@/hooks/useIpfsFilePicker/useIpfsFilePicker' -import { PhotoIcon, XCircleIcon } from '@heroicons/react/24/outline' +import { XCircleIcon } from '@heroicons/react/24/outline' import Image from 'next/image' export type ProjectPayMessageInputProps = { @@ -34,18 +33,17 @@ export const ProjectPayMessageInput: React.FC = ({ <> {FileInput} - - - } + // suffix={ + // + // } {...props} /> diff --git a/src/lib/constants/crowds.ts b/src/lib/constants/crowds.ts index ae41c41f..976d96bd 100644 --- a/src/lib/constants/crowds.ts +++ b/src/lib/constants/crowds.ts @@ -8,7 +8,7 @@ export const JC01_DATE_STRINGS = { export const JC01_DATES = { SUBMISSIONS_CLOSE: new Date(1699506000000), - PROJECTS_LAUNCH: new Date(1700488853000), + PROJECTS_LAUNCH: new Date(1700748000000), PROJECTS_RUN: new Date(1702648800000), }