this repo has no description
0
fork

Configure Feed

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

Let's flip things around

+14 -14
+14 -14
src/components/account-info.jsx
··· 316 316 </div> 317 317 )} 318 318 <p class="stats"> 319 + <span> 320 + Followers 321 + <br /> 322 + <b title={followersCount}> 323 + {shortenNumber(followersCount)} 324 + </b>{' '} 325 + </span> 326 + <span> 327 + Following 328 + <br /> 329 + <b title={followingCount}> 330 + {shortenNumber(followingCount)} 331 + </b>{' '} 332 + </span> 319 333 {standalone ? ( 320 334 <span> 321 335 Posts ··· 338 352 </b>{' '} 339 353 </Link> 340 354 )} 341 - <span> 342 - Following 343 - <br /> 344 - <b title={followingCount}> 345 - {shortenNumber(followingCount)} 346 - </b>{' '} 347 - </span> 348 - <span> 349 - Followers 350 - <br /> 351 - <b title={followersCount}> 352 - {shortenNumber(followersCount)} 353 - </b>{' '} 354 - </span> 355 355 {!!createdAt && ( 356 356 <span> 357 357 Joined