Skip to content

Commit c842e76

Browse files
committed
feat: fixes
Signed-off-by: TheFaheem <[email protected]>
1 parent 236489d commit c842e76

File tree

5 files changed

+1
-14
lines changed

5 files changed

+1
-14
lines changed

src/base/Modal/Modal.tsx

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/base/Modal/index.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/base/StepLabel/StepLabel.tsx

Whitespace-only changes.

src/base/StepLabel/index.ts

Whitespace-only changes.

src/custom/CatalogDetail/OverviewSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const OverviewSection: React.FC<OverviewSectionProps> = ({
9696
<Grid item lg={8} md={8} sm={12} xs={12}>
9797
{showContentDetails ? (
9898
<ContentRow>
99-
<h2 style={{ margin: '0' }}>WHAT DOES THIS DESIGN DOINGG?</h2>
99+
<h2 style={{ margin: '0' }}>WHAT DOES THIS DESIGN DO?</h2>
100100
{details?.catalog_data?.pattern_info ? (
101101
<PatternInfo text={decodeURIComponent(details.catalog_data.pattern_info)} />
102102
) : (

0 commit comments

Comments
 (0)