diff --git a/src/components/DropZone.tsx b/src/components/DropZone.tsx index 6fc707d..ec200f3 100644 --- a/src/components/DropZone.tsx +++ b/src/components/DropZone.tsx @@ -22,8 +22,7 @@ const FORMAT_PILLS = [ { label: "MP3", color: "bg-blue/10 text-blue" }, { label: "SVG", color: "bg-teal/10 text-teal" }, { label: "CSV", color: "bg-mint/10 text-mint" }, - { label: "DOCX", color: "bg-orange/10 text-orange" }, - { label: "+60", color: "bg-[#f0ede8] text-text-light" }, + { label: "+64", color: "bg-[#f0ede8] text-text-light" }, ]; export function DropZone({ @@ -36,81 +35,51 @@ export function DropZone({ }: DropZoneProps) { return (