diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-24 18:41:55 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-29 17:37:01 -0700 |
commit | f478ebdeb581959f6a961922c5aa479474e2ff8b (patch) | |
tree | 911d9d5ceeefc82dbb0862cd17250fde0d3feb2d /src/components/FeedInterstitials.tsx | |
parent | 205e7f01909c36047a5194ac9ac2d135bd095956 (diff) | |
download | voidsky-f478ebdeb581959f6a961922c5aa479474e2ff8b.tar.zst |
refactor(ui): swap ProfileCard.NameAndHandle for ProfileCard.Name
Diffstat (limited to 'src/components/FeedInterstitials.tsx')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 2 |
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} /> |