Re-work loading/syncing
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="flex pr-3">
|
||||
{#each pubkeys.slice(0, 15) as pubkey (pubkey)}
|
||||
<div class="z-feature -mr-3 inline-block">
|
||||
<ProfileCircle class="h-8 w-8" {pubkey} {...$$props} />
|
||||
<ProfileCircle class="h-8 w-8 bg-base-300" {pubkey} {...$$props} />
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user