+ {zap ? ( +
+

+ {/* Hand-off to a Nostr client for an ATTRIBUTED zap (its 9735 + references this post and feeds the counts); the lightning: + link is the walletless plain-tip fallback (no receipt, not + counted). */} + + ⚡ Zap this post + + {" · "} + + tip {zap.lud16} + + {zap.zapCount > 0 ? ( + + {" · "} + {sats.toLocaleString("en-US")} sats · {zap.zapCount}{" "} + {zap.zapCount === 1 ? "zap" : "zaps"} + + ) : null} +

+
+ ) : null}