Skip to content

Commit

Permalink
remove superfluous element
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed Oct 24, 2023
1 parent e0ea139 commit fb9dccd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions easy-ui-react/src/ProductLayout/ProductLayoutHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,9 @@ function SmallScreenHeader(props: ProductLayoutHeaderProps) {
)}
</div>
</div>
<div className={styles.mobileTitle}>
<Text as="h2" variant="heading4">
{title}
</Text>
</div>
<Text as="h2" variant="heading4">
{title}
</Text>
</div>
);
}
Expand Down

0 comments on commit fb9dccd

Please sign in to comment.