a tool for shared writing and social publishing
0
fork

Configure Feed

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

use handle for by

+1 -1
+1 -1
app/lish/PostList.tsx
··· 72 72 <div className="flex gap-2 text-sm text-tertiary"> 73 73 {/* <div className="">{props.publishedAt}</div> */} 74 74 {/* <Separator classname="h-4" /> */} 75 - <div>by {identity?.resolved_did?.alsoKnownAs?.[0].slice(5)}</div> 75 + <div>by {params.handle}</div> 76 76 </div> 77 77 <hr className="border-border-light mt-3" /> 78 78 </Link>