From 275047951d706056ec8b38341ca8a64afcfb054d Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 28 Oct 2024 09:38:50 -0700 Subject: [PATCH] update --- src/components/StarterPack/StarterPackCard.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index 29cccecc87..0f24566b63 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -66,10 +66,16 @@ export function Card({ {!noIcon ? : null} - + {record.name} - + {creator?.did === currentAccount?.did ? _(msg`Starter pack by you`) : _(msg`Starter pack by ${sanitizeHandle(creator.handle, '@')}`)}