a tool for shared writing and social publishing

fallback ot handle on post page if no display name

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/page.tsx
··· 94 94 className="text-tertiary" 95 95 href={`https://bsky.app/profile/${profile.handle}`} 96 96 > 97 - by {profile.displayName} 97 + by {profile.displayName || profile.handle} 98 98 </a> 99 99 </> 100 100 ) : null}