refactor(ui): swap ProfileCard.NameAndHandle for ProfileCard.Name

This commit is contained in:
Caidan Williams
2025-07-24 18:41:55 -07:00
committed by Austin McKinley
parent 7bc2f6fb05
commit d338deeb2f
+1 -1
View File
@@ -294,7 +294,7 @@ export function ProfileGrid({
moderationOpts={moderationOpts}
size={88}
/>
<ProfileCard.NameAndHandle
<ProfileCard.Name
profile={profile}
moderationOpts={moderationOpts}
/>