fix: zap goal embed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-11-03 09:56:17 +09:00
parent 71a05dd13c
commit 0cef163eb9
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -19,7 +19,7 @@ export function ZapGoal({ ev }: { ev: NostrEvent }) {
return (
<div className="zap-goal card">
<div className="flex justify-between">
<div className="flex items-center justify-between">
<h2>{ev.content}</h2>
<div className="zap-button flex" onClick={() => setZap(true)}>
<Icon name="zap" size={15} />