diff --git a/frontend/gostarkme-web/components/modules/Fund/Fund.tsx b/frontend/gostarkme-web/components/modules/Fund/Fund.tsx index d27a9a8..3552cce 100644 --- a/frontend/gostarkme-web/components/modules/Fund/Fund.tsx +++ b/frontend/gostarkme-web/components/modules/Fund/Fund.tsx @@ -71,7 +71,7 @@ const Fund = () => { useEffect(() => { getDetails(); - }, []); + }); return ( <> @@ -110,13 +110,13 @@ const Fund = () => { )} {Number(fund.state) === 2 && ( <> - + )} {Number(fund.state) === 3 && isOwner && ( @@ -129,7 +129,9 @@ const Fund = () => { /> )} {Number(fund.state) === 3 && !isOwner && ( -

Funds are ready for withdrawal by the owner.

+

+ The goal has been reached and funds are ready to be withdrawn by the owner. +

)} {Number(fund.state) === 4 &&

Fund was already withdrawn.

} diff --git a/frontend/gostarkme-web/components/modules/Fund/FundDonate.tsx b/frontend/gostarkme-web/components/modules/Fund/FundDonate.tsx index bb940c8..c47620b 100644 --- a/frontend/gostarkme-web/components/modules/Fund/FundDonate.tsx +++ b/frontend/gostarkme-web/components/modules/Fund/FundDonate.tsx @@ -181,7 +181,7 @@ const FundDonate = ({ currentBalance, goal, addr, name, icon }: FundDonateProps)

Success

-

Your donation was received, take a look at the transaction here.

+

Your donation was received, take a look at the transaction here.

Share your contribution via X to tell everyone how cool you are

diff --git a/frontend/gostarkme-web/components/modules/Fund/FundVote.tsx b/frontend/gostarkme-web/components/modules/Fund/FundVote.tsx index d533ab2..8fd3e94 100644 --- a/frontend/gostarkme-web/components/modules/Fund/FundVote.tsx +++ b/frontend/gostarkme-web/components/modules/Fund/FundVote.tsx @@ -154,7 +154,7 @@ export const FundVote = ({ name, upVotes, upVotesNeeded, addr, voted, setLoading

Success

-

Your vote was submitted, take a look at the transaction here.

+

Your vote was submitted, take a look at the transaction here.

Share your contribution via X to tell everyone how cool you are

diff --git a/frontend/gostarkme-web/components/modules/confirmation/CreationConfirmation.tsx b/frontend/gostarkme-web/components/modules/confirmation/CreationConfirmation.tsx index fca5460..d6778e4 100644 --- a/frontend/gostarkme-web/components/modules/confirmation/CreationConfirmation.tsx +++ b/frontend/gostarkme-web/components/modules/confirmation/CreationConfirmation.tsx @@ -12,7 +12,7 @@ const CreationConfirmation: React.FC = ({ }) => ( <>
-

Your funding was created, take a look at the transaction here.

+

Your funding was created, take a look at the transaction here.

Share your contribution via X to tell everyone how cool you are

diff --git a/frontend/gostarkme-web/components/modules/confirmation/WithdrawConfirmation.tsx b/frontend/gostarkme-web/components/modules/confirmation/WithdrawConfirmation.tsx index cf1f07e..46d9cf7 100644 --- a/frontend/gostarkme-web/components/modules/confirmation/WithdrawConfirmation.tsx +++ b/frontend/gostarkme-web/components/modules/confirmation/WithdrawConfirmation.tsx @@ -12,7 +12,7 @@ const WithdrawConfirmation: React.FC = ({ }) => ( <>
-

πŸŽ‰ Success! Your funds have been withdrawn. Check out the transaction details and celebrate! πŸ’Έβœ¨ here.

+

πŸŽ‰ Success! Your funds have been withdrawn. Check out the transaction details and celebrate! πŸ’Έβœ¨ here.

Goal Achieved! Your funds have been withdrawn, and the campaign is a success! Share your contribution on X and let everyone know how awesome you are!

diff --git a/frontend/gostarkme-web/components/modules/newfunding/DescriptionStep.tsx b/frontend/gostarkme-web/components/modules/newfunding/DescriptionStep.tsx index 0cd65d8..677d681 100644 --- a/frontend/gostarkme-web/components/modules/newfunding/DescriptionStep.tsx +++ b/frontend/gostarkme-web/components/modules/newfunding/DescriptionStep.tsx @@ -25,11 +25,6 @@ const DescriptionStep: React.FC = ({ href="" className="absolute right-[-270px] top-[-205px]" > - Back Arrow );