a tool for shared writing and social publishing

remove help text

-3
-3
app/(home-pages)/reader/InboxContent.tsx
··· 83 83 return ( 84 84 <div className="flex flex-row gap-6 w-full "> 85 85 <div className="flex flex-col gap-6 w-full relative"> 86 - <div className="text-sm text-tertiary italic"> 87 - Inbox collects posts from publications you are subscribed to 88 - </div> 89 86 {sortedPosts.map((p) => ( 90 87 <PostListing {...p} key={p.documents.uri} /> 91 88 ))}