diff --git a/src/components/PostCard.tsx b/src/components/PostCard.tsx
index c1c3029..65307f5 100644
--- a/src/components/PostCard.tsx
+++ b/src/components/PostCard.tsx
@@ -17,6 +17,7 @@ import TimeAgo from 'react-timeago-i18n';
import { useTranslation } from 'react-i18next';
import { useAuth } from '../lib/bluesky/hooks/useAuth';
import { Handle } from './ui/Handle';
+import { FormattedText } from './ui/FormattedText';
type PostCardProps = {
post: BSkyPost | undefined | null;
@@ -108,7 +109,7 @@ export function PostCard({ post, context, className, onClick }: PostCardProps) {
{post.record.facets ? (