diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/assets/create/distribution/token-airdrop.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/assets/create/distribution/token-airdrop.tsx index 61b3a0b2239..0c485759c3b 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/assets/create/distribution/token-airdrop.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/assets/create/distribution/token-airdrop.tsx @@ -23,6 +23,7 @@ import { TableHeader, TableRow, } from "@/components/ui/table"; +import { Textarea } from "@/components/ui/textarea"; import { cn } from "@/lib/utils"; import { useCsvUpload } from "hooks/useCsvUpload"; import { @@ -92,7 +93,7 @@ export function TokenAirdropSection(props: {
{airdropAddresses.length}
@@ -109,14 +110,14 @@ export function TokenAirdropSection(props: {
@@ -253,19 +313,12 @@ const AirdropUpload: React.FC
- Drag and drop your file or click here to upload -
-+ Drag and drop your file or click here to upload +
++ Your CSV does not contain the "address" & "quantity" + columns +
- {noCsv && ( -- Your CSV does not contain the "address" & "quantity" - columns -
- -+ Enter one address and amount on each line. Supports various + formats. (space, comma, or =) +
+