about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-24 18:41:55 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-29 17:37:01 -0700
commitf478ebdeb581959f6a961922c5aa479474e2ff8b (patch)
tree911d9d5ceeefc82dbb0862cd17250fde0d3feb2d /src
parent205e7f01909c36047a5194ac9ac2d135bd095956 (diff)
downloadvoidsky-f478ebdeb581959f6a961922c5aa479474e2ff8b.tar.zst
refactor(ui): swap ProfileCard.NameAndHandle for ProfileCard.Name
Diffstat (limited to 'src')
-rw-r--r--src/components/FeedInterstitials.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx
index 16167d83f..fe41d322a 100644
--- a/src/components/FeedInterstitials.tsx
+++ b/src/components/FeedInterstitials.tsx
@@ -294,7 +294,7 @@ export function ProfileGrid({
                     moderationOpts={moderationOpts}
                     size={88}
                   />
-                  <ProfileCard.NameAndHandle
+                  <ProfileCard.Name
                     profile={profile}
                     moderationOpts={moderationOpts}
                   />