Content warning

This commit is contained in:
2023-07-06 16:08:51 +01:00
parent 62f5b36818
commit 76d0496ba1
5 changed files with 89 additions and 26 deletions

View File

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