From 70bf90103d51c11b3942431354bec78f48176cb5 Mon Sep 17 00:00:00 2001 From: Vidit Kushwaha Date: Sat, 1 Feb 2025 12:13:17 +0000 Subject: [PATCH] chore: updated heading of realated designs Signed-off-by: Vidit Kushwaha --- src/custom/CatalogDetail/RelatedDesigns.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/custom/CatalogDetail/RelatedDesigns.tsx b/src/custom/CatalogDetail/RelatedDesigns.tsx index d436be88e..a3bc3ba05 100644 --- a/src/custom/CatalogDetail/RelatedDesigns.tsx +++ b/src/custom/CatalogDetail/RelatedDesigns.tsx @@ -41,7 +41,8 @@ const RelatedDesigns: React.FC = ({

- Other public design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '} + Other {type.toLowerCase() == 'my-designs' ? 'public' : 'published'} design by{' '} + {formatToTitleCase(userProfile?.first_name ?? '')}{' '} {fetchingOrgError ? '' : `under ${organizationName}`}