diff --git a/public/cashapp.svg b/public/cashapp.svg new file mode 100644 index 00000000..8bcb0c44 --- /dev/null +++ b/public/cashapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/NoBitcoinDialog.tsx b/src/components/NoBitcoinDialog.tsx index ed7b6a14..e6c2de5b 100644 --- a/src/components/NoBitcoinDialog.tsx +++ b/src/components/NoBitcoinDialog.tsx @@ -15,10 +15,10 @@ interface NoBitcoinDialogProps { /** * For donors who don't already hold Bitcoin. Rather than a wall of * instructions, this is a simple "get it here" surface — a single branded - * Cash App badge (styled like the App Store / Google Play badges) that - * deep-links to cash.app, where the donor can buy Bitcoin and send it on. - * Agora never custodies or converts funds; this just points at a mainstream - * on-ramp the donor controls. + * Cash App badge (styled like the App Store / Google Play badges, using the + * official Cash App logo) that deep-links to cash.app, where the donor can + * buy Bitcoin and send it on. Agora never custodies or converts funds; this + * just points at a mainstream on-ramp the donor controls. */ export function NoBitcoinDialog({ open, onOpenChange }: NoBitcoinDialogProps) { return ( @@ -35,16 +35,17 @@ export function NoBitcoinDialog({ open, onOpenChange }: NoBitcoinDialogProps) { type="button" onClick={() => void openUrl('https://cash.app')} aria-label="Get Cash App" - className="group flex w-full items-center gap-4 rounded-2xl bg-[#00D632] px-5 py-4 text-left text-white shadow-sm transition-transform hover:scale-[1.02] active:scale-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#00D632] focus-visible:ring-offset-2" + className="group flex w-full items-center gap-4 rounded-2xl bg-black px-5 py-4 text-left text-white shadow-sm transition-transform hover:scale-[1.02] active:scale-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#00D632] focus-visible:ring-offset-2" > - - $ - + draggable={false} + className="size-12 shrink-0 rounded-2xl" + /> - + Get it on Cash App