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