Fix about donation link

This commit is contained in:
Jonathan Staab 2023-08-21 10:53:46 -07:00
parent adacd8b67e
commit ad5d4c16d9

View File

@ -40,7 +40,7 @@
{:else if m.type === "note/create"} {:else if m.type === "note/create"}
<NoteCreate pubkey={m.pubkey} quote={m.quote} writeTo={m.relays} /> <NoteCreate pubkey={m.pubkey} quote={m.quote} writeTo={m.relays} />
{:else if m.type === "zap/create"} {:else if m.type === "zap/create"}
<ZapModal pubkey={m.pubkey} note={m.note} /> <ZapModal pubkey={m.pubkey} note={m.note} author={m.author} zapper={m.zapper} />
{:else if m.type === "note/share"} {:else if m.type === "note/share"}
<NoteShare note={m.note} /> <NoteShare note={m.note} />
{:else if m.type === "notification/info"} {:else if m.type === "notification/info"}