👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix handle decender trimming, margin

+2 -2
+2 -2
src/components/profile/ProfileHeader.tsx
··· 165 165 return ( 166 166 <div className="mb-8 space-y-2"> 167 167 {/* Handle row */} 168 - <div className="flex items-center gap-3"> 168 + <div className="flex items-center gap-3 mb-0"> 169 169 <h1 170 - className="text-2xl sm:text-3xl md:text-4xl font-semibold text-gray-900 dark:text-white truncate min-w-0 tracking-tight sm:tracking-normal" 170 + className="text-2xl sm:text-3xl md:text-4xl font-semibold text-gray-900 dark:text-white truncate min-w-0 tracking-tight sm:tracking-normal leading-snug" 171 171 style={{ fontVariationSettings: "'MONO' 0.5, 'CASL' 0.3" }} 172 172 > 173 173 {displayHandle}