From ccde2155456f5fc80ae5fe95b329a5767da07dc5 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 10 Jun 2025 10:28:28 +0300 Subject: [PATCH] clamp displayname to one line --- bskyogcard/src/components/Post/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bskyogcard/src/components/Post/index.tsx b/bskyogcard/src/components/Post/index.tsx index b0b60b1846..9a3ce30755 100644 --- a/bskyogcard/src/components/Post/index.tsx +++ b/bskyogcard/src/components/Post/index.tsx @@ -95,7 +95,7 @@ export function Post({ - + {post.author.displayName || post.author.handle} {verification.isVerified && (