mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
fix(followers): Listing number of followers for content creators
This commit is contained in:
@@ -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
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user