Use direct zapping for the donate page, link to flotilla space for support

This commit is contained in:
Jon Staab
2026-06-15 14:00:15 -07:00
parent eebd764a18
commit 3f96b5547c
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
import {pushToast} from "@app/toast"
type Props = {
url: string
url?: string
pubkey: string
eventId?: string
}
+1 -1
View File
@@ -30,7 +30,7 @@
import {clip, pushToast} from "@app/toast"
type Props = {
url: string
url?: string
pubkey: string
eventId?: string
}