Skip to content

Commit

Permalink
fix(my-design): Update heading for Other Published Design to Other Pu…
Browse files Browse the repository at this point in the history
…blic Design

Signed-off-by: Vidit Kushwaha <[email protected]>
  • Loading branch information
Vidit-Kushwaha committed Jan 14, 2025
1 parent 37284a3 commit f69b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/CatalogDetail/RelatedDesigns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const RelatedDesigns: React.FC<RelatedDesignsProps> = ({
<AdditionalContainer>
<ContentHeading>
<h2 style={{ margin: '0', textTransform: 'uppercase' }}>
Other published design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
Other public design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
{fetchingOrgError ? '' : `under ${organizationName}`}
</h2>
</ContentHeading>
Expand Down

0 comments on commit f69b777

Please sign in to comment.