We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37284a3 commit f69b777Copy full SHA for f69b777
src/custom/CatalogDetail/RelatedDesigns.tsx
@@ -41,7 +41,7 @@ const RelatedDesigns: React.FC<RelatedDesignsProps> = ({
41
<AdditionalContainer>
42
<ContentHeading>
43
<h2 style={{ margin: '0', textTransform: 'uppercase' }}>
44
- Other published design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
+ Other public design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
45
{fetchingOrgError ? '' : `under ${organizationName}`}
46
</h2>
47
</ContentHeading>
0 commit comments