Merge branch 'main' into feat/zapgoals

This commit is contained in:
Alejandro Gomez
2023-07-06 17:21:46 +02:00
6 changed files with 90 additions and 27 deletions

View File

@ -64,7 +64,7 @@ function ProfileInfo({ ev, goal }: { ev?: NostrEvent; goal?: TaggedRawEvent }) {
)}
{isMine && (
<div className="actions">
{ev && <NewStreamDialog text="Edit" ev={ev} />}
{ev && <NewStreamDialog text="Edit" ev={ev} btnClassName="btn" />}
<AsyncButton
type="button"
className="btn btn-red"