diff --git a/src/components/student-space/sheets/ProfileSheet.tsx b/src/components/student-space/sheets/ProfileSheet.tsx index 2dac298..d9d1735 100644 --- a/src/components/student-space/sheets/ProfileSheet.tsx +++ b/src/components/student-space/sheets/ProfileSheet.tsx @@ -795,20 +795,20 @@ function TldrHero({ const meta = [`${total} capture${total === 1 ? '' : 's'}`, refined].filter(Boolean).join(' · ') return ( -
-

+

+

{voiced.length >= 3 ? `Top voices in your ${PROFILE_HEADERS[tab].tag}` : `In your ${PROFILE_HEADERS[tab].tag}`}

-

+

{voiced.length >= 3 ? tldrHeadline(tab, voiced.length) : 'Few captures yet — capture a moment on the island to see what shows up.'}

{voiced.length >= 3 ? (
- {voiced.slice(0, 5).map((claim) => { + {voiced.slice(0, 4).map((claim) => { const selected = selectedClaimId === claim.id return (