From f3df2061e1b15afd75cadb0990d46b9fe98c7726 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Thu, 14 May 2026 22:45:06 +0200 Subject: [PATCH] fix(frontend): truncate long handles in remote user profile and card --- thoughts-frontend/components/remote-user-card.tsx | 6 +++--- thoughts-frontend/components/remote-user-profile.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/thoughts-frontend/components/remote-user-card.tsx b/thoughts-frontend/components/remote-user-card.tsx index a07f5e9..ec0b1de 100644 --- a/thoughts-frontend/components/remote-user-card.tsx +++ b/thoughts-frontend/components/remote-user-card.tsx @@ -42,9 +42,9 @@ export function RemoteUserCard({ actor }: RemoteUserCardProps) { className="flex items-center gap-3 hover:opacity-80" > -
-

{actor.displayName ?? actor.handle}

-

{actor.handle}

+
+

{actor.displayName ?? actor.handle}

+

{actor.handle}