Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -38,9 +38,9 @@ export default function GroupProfileSummary({ contributions = [], href = null })
|
||||
</div>
|
||||
|
||||
<div className="mt-4 flex flex-wrap gap-4 text-xs text-slate-400">
|
||||
<span>{Number(entry.counts?.artworks || 0).toLocaleString()} artworks</span>
|
||||
<span>{Number(entry.counts?.releases || 0).toLocaleString()} releases</span>
|
||||
<span>{Number(entry.counts?.projects || 0).toLocaleString()} projects</span>
|
||||
<span>{Number(entry.counts?.artworks || 0).toLocaleString('en-US')} artworks</span>
|
||||
<span>{Number(entry.counts?.releases || 0).toLocaleString('en-US')} releases</span>
|
||||
<span>{Number(entry.counts?.projects || 0).toLocaleString('en-US')} projects</span>
|
||||
</div>
|
||||
</a>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user