New stream button

This commit is contained in:
2023-06-21 14:50:16 +01:00
parent c9906d4caf
commit 9c88f2e28f
6 changed files with 25 additions and 22 deletions

View File

@ -45,7 +45,7 @@ export function StreamPage() {
<Profile
pubkey={thisEvent.data?.pubkey ?? ""}
/>
<AsyncButton onClick={() => { }} className="zap">
<AsyncButton onClick={() => { }} className="btn btn-primary">
Zap
<Icon name="zap" size={16} />
</AsyncButton>