feat: import twitter follows

This commit is contained in:
2023-01-23 10:32:43 +00:00
parent 7835ad8562
commit c3853066be
4 changed files with 68 additions and 7 deletions

View File

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