Skip to content

Commit

Permalink
fix: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed Jun 25, 2024
1 parent 27be3c6 commit 8263cc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ const Contribute = ({
<>
<Check className="h-8 w-8 text-blue-500" />
Contribution submitted
<div className="text-sm">
You can check the 'My Projects' tab to see the details of your contribution
</div>
<div className="text-sm">
<Done hash={contributionTxHash} />
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app/app/_ui/my-projects/my-tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const MyTokens = () => {
) : null}
</div>
</h3>
<div className="text-3.5xl">0 USDC</div>
<div className="text-3.5xl">{confirmedAllocation} USDC</div>
<div className="grid grid-cols-1 gap-6 pt-6 md:grid-cols-3">
<div className="flex flex-col gap-2">
<h3 className="text-sm text-mono-800">Current CTND PRICE (FDV)</h3>
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app/app/_ui/project/sale-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const Info = () => {
if (status === 'above') {
return (
<div className="flex flex-col border-t border-mono-200 p-8 text-mono-800">
*The contributions exceed $1M, activating our Rising Tide Mechanism.
*The contributions exceed $250k, activating our Rising Tide Mechanism.
Your final token allocation will be determined by the number of
participants and their total contribution amount.
<Link
Expand Down

0 comments on commit 8263cc3

Please sign in to comment.