Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

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

Make typeahead results easier to read

lemma (Jun 4, 2026, 2:38 PM -0500) 0b77058f 9ae98ee2

+2 -2
+2 -2
app/routes/home.tsx
··· 248 248 <div className="min-w-0 flex-1"> 249 249 {actor.displayName ? ( 250 250 <> 251 - <p className="font-display italic text-sm text-[#1A1614] dark:text-white truncate leading-tight">{actor.displayName}</p> 251 + <p className="font-display text-sm font-medium text-[#1A1614] dark:text-white truncate leading-tight">{actor.displayName}</p> 252 252 <p className="text-[10px] tracking-widest uppercase text-[#9E9389] dark:text-[#78716C] truncate mt-0.5">@{actor.handle}</p> 253 253 </> 254 254 ) : ( 255 - <p className="font-display italic text-sm text-[#1A1614] dark:text-white truncate leading-tight">@{actor.handle}</p> 255 + <p className="font-display text-sm font-medium text-[#1A1614] dark:text-white truncate leading-tight">@{actor.handle}</p> 256 256 )} 257 257 </div> 258 258 </li>