diff --git a/src/app/components/Zap.svelte b/src/app/components/Zap.svelte index 90a3afb82..619c8d4e3 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 72302c26c..b469d9559 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 1de5a6997..91e4b8774 100644 --- a/src/routes/settings/about/+page.svelte +++ b/src/routes/settings/about/+page.svelte @@ -1,11 +1,15 @@
Funds will be used to support development.
- - Support the Developer - +Having problems? Let us know.
- - Chat with the Developer + + Get Support