bskyembed correct hashtag link (#8685)

This commit is contained in:
surfdude29
2025-07-22 02:51:09 +01:00
committed by GitHub
parent 7635a49001
commit 4a853794dc
+1 -1
View File
@@ -160,7 +160,7 @@ function PostContent({record}: {record: AppBskyFeedPost.Record | null}) {
richText.push(
<Link
key={counter}
href={`/tag/${segment.tag.tag}`}
href={`/hashtag/${segment.tag.tag}`}
className="text-blue-500 hover:underline">
{segment.text}
</Link>,