Init SnortDeck

This commit is contained in:
2023-09-07 15:54:25 +01:00
parent 5960a5bf5f
commit a31e30979d
30 changed files with 903 additions and 436 deletions

View File

@ -22,8 +22,8 @@ export default function TrendingUsers() {
if (!userList) return <PageSpinner />;
return (
<>
<div className="p">
<FollowListBase pubkeys={userList} showAbout={true} />
</>
</div>
);
}