a tool for shared writing and social publishing
0
fork

Configure Feed

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

fixed broken links in the postContent

celine 401fd15b bf05dcf7

+3 -3
+1 -1
app/lish/[did]/[publication]/[rkey]/BskyPostContent.tsx
··· 114 114 {showBlueskyLink && ( 115 115 <> 116 116 <a 117 - className="text-tertiary hover:text-accent-contrast" 117 + className="text-tertiary relative hover:text-accent-contrast" 118 118 target="_blank" 119 119 href={url} 120 120 >
+1 -1
app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx
··· 172 172 <div className="">Share via</div> 173 173 174 174 <a 175 - className="flex gap-1 items-center hover:font-bold px-1 hover:no-underline!" 175 + className="flex relative gap-1 items-center hover:font-bold px-1 hover:no-underline!" 176 176 role="link" 177 177 href={`https://bsky.app/intent/compose?text=${encodeURIComponent(url)}`} 178 178 target="_blank"
+1 -1
components/ProfilePopover.tsx
··· 33 33 className="max-w-sm p-0! text-center" 34 34 trigger={ 35 35 <div 36 - className="no-underline" 36 + className="no-underline relative" 37 37 onPointerEnter={(e) => { 38 38 if (hoverTimeout.current) { 39 39 window.clearTimeout(hoverTimeout.current);