From 3f96b5547cf75ac9956bd1268b50e0888d702cc0 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 15 Jun 2026 14:00:15 -0700 Subject: [PATCH] Use direct zapping for the donate page, link to flotilla space for support --- src/app/components/Zap.svelte | 2 +- src/app/components/ZapInvoice.svelte | 2 +- src/routes/settings/about/+page.svelte | 16 +++++++++------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/components/Zap.svelte b/src/app/components/Zap.svelte index 90a3afb8..619c8d4e 100644 --- a/src/app/components/Zap.svelte +++ b/src/app/components/Zap.svelte @@ -26,7 +26,7 @@ import {pushToast} from "@app/toast" type Props = { - url: string + url?: string pubkey: string eventId?: string } diff --git a/src/app/components/ZapInvoice.svelte b/src/app/components/ZapInvoice.svelte index 72302c26..b469d955 100644 --- a/src/app/components/ZapInvoice.svelte +++ b/src/app/components/ZapInvoice.svelte @@ -30,7 +30,7 @@ import {clip, pushToast} from "@app/toast" type Props = { - url: string + url?: string pubkey: string eventId?: string } diff --git a/src/routes/settings/about/+page.svelte b/src/routes/settings/about/+page.svelte index 1de5a699..91e4b877 100644 --- a/src/routes/settings/about/+page.svelte +++ b/src/routes/settings/about/+page.svelte @@ -1,11 +1,15 @@
@@ -28,18 +34,14 @@

Donate

Funds will be used to support development.

- - Support the Developer - +
{/if}

Get in touch

Having problems? Let us know.

- - Chat with the Developer + + Get Support