show zaps total in zaps tab

This commit is contained in:
Alejandro Gomez
2023-02-05 12:25:35 +01:00
parent 62ae180652
commit 31b4954f13
4 changed files with 26 additions and 13 deletions

View File

@ -16,7 +16,7 @@ export default function FollowListBase({ pubkeys, title }: FollowListBaseProps)
return (
<div className="main-content">
<div className="flex mt10">
<div className="flex mt10 mb10">
<div className="f-grow bold">{title}</div>
<button className="transparent" type="button" onClick={() => followAll()}>Follow All</button>
</div>