fix(followers): Listing number of followers for content creators

This commit is contained in:
Chris Troutner
2025-07-14 19:08:11 -07:00
parent 98603d3fc5
commit 1d75be5b61
2 changed files with 5 additions and 1 deletions
@@ -117,6 +117,7 @@ function ContentCard (props) {
refreshFollowList={refreshFollowList}
/>
<button
className='btn btn-primary btn-sm rounded-pill px-3'
style={{ fontSize: '0.875rem', minWidth: '100px' }}
@@ -124,6 +125,8 @@ function ContentCard (props) {
<i className='bi bi-chat-dots me-1' />
Message
</button>
<small>Followers: {creator.followerCnt}</small>
</div>
</div>
+2 -1
View File
@@ -14,7 +14,8 @@ const config = {
ghRepo: 'https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2',
radicleUrl: 'https://app.radicle.network/seeds/maple.radicle.garden/rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy/remotes/hyyycncbn9qzqmobnhjq9rry6t4mbjiadzjoyhaknzxjcz3cxkpfpc',
dexServer: 'https://dex-api.fullstack.cash',
// dexServer: 'https://dex-api.fullstack.cash',
dexServer: 'http://localhost:5700',
nostrTopic: 'bch-dex-test-topic-02',
nostrRelay: 'wss://nostr-relay.psfoundation.info'