fix: 🎨

This commit is contained in:
codytseng
2025-02-15 22:38:45 +08:00
parent 6c63da2a96
commit 83ae874059
5 changed files with 8 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ export default function ReplyNote({
className="text-sm font-semibold text-muted-foreground hover:text-foreground truncate"
skeletonClassName="h-3"
/>
<div className="text-xs text-muted-foreground">
<div className="text-xs text-muted-foreground shrink-0">
<FormattedTimestamp timestamp={event.created_at} />
</div>
</div>