chore: cleanup right widget styles & NIP-89 handler

This commit is contained in:
2024-09-19 10:37:11 +01:00
parent 17e8955f54
commit 41c0047f5b
23 changed files with 773 additions and 94 deletions

View File

@ -60,7 +60,14 @@ export default function SuggestedProfiles() {
{/*<option value={Provider.SemisolDev}>semisol.dev</option>*/}
</select>
</div>
<FollowListBase pubkeys={userList as HexKey[]} showAbout={true} />
<FollowListBase
pubkeys={userList as HexKey[]}
profilePreviewProps={{
options: {
about: true,
},
}}
/>
</>
);
}