From 401fd15b16a1bfc9dacf3e112c12459783d04688 Mon Sep 17 00:00:00 2001 From: celine Date: Sat, 31 Jan 2026 03:40:06 -0500 Subject: [PATCH] fixed broken links in the postContent --- app/lish/[did]/[publication]/[rkey]/BskyPostContent.tsx | 2 +- app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx | 2 +- components/ProfilePopover.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lish/[did]/[publication]/[rkey]/BskyPostContent.tsx b/app/lish/[did]/[publication]/[rkey]/BskyPostContent.tsx index d8145d12..6478687e 100644 --- a/app/lish/[did]/[publication]/[rkey]/BskyPostContent.tsx +++ b/app/lish/[did]/[publication]/[rkey]/BskyPostContent.tsx @@ -114,7 +114,7 @@ export function BskyPostContent(props: { {showBlueskyLink && ( <> diff --git a/app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx b/app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx index 7918ab2d..1d3db9a4 100644 --- a/app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx +++ b/app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx @@ -172,7 +172,7 @@ export const QuoteOptionButtons = (props: { position: string }) => {
Share via
{ if (hoverTimeout.current) { window.clearTimeout(hoverTimeout.current); -- 2.51.2