👁️
5
fork

Configure Feed

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

inline social stats

+4 -4
+4 -4
src/routes/profile/$did/list/$rkey/index.tsx
··· 232 232 <span className="inline-block h-4 w-20 bg-gray-200 dark:bg-zinc-700 rounded animate-pulse align-middle" /> 233 233 )} 234 234 </p> 235 - <p className="text-sm text-gray-500 dark:text-zinc-400 mb-2"> 236 - Updated <ClientDate dateString={dateString} /> 237 - </p> 238 - <div className="mb-4"> 235 + <div className="flex items-center justify-between mb-4"> 236 + <p className="text-sm text-gray-500 dark:text-zinc-400"> 237 + Updated <ClientDate dateString={dateString} /> 238 + </p> 239 239 <SocialStats 240 240 item={{ type: "list", uri: listUri, cid: listCid }} 241 241 itemName={list.name}