Skip to content

Commit

Permalink
fix(CommonHeader): do not show title attr for header
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Apr 4, 2023
1 parent 9bbe387 commit 64eeb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommonHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const CommonHeader: React.FC<CommonHeaderProps> = ({ preTitle, title, des
</Text>
))}

<StyledCommonHeaderTitle size="xxl" weight="bolder" title={title}>
<StyledCommonHeaderTitle size="xxl" weight="bolder">
{title}
</StyledCommonHeaderTitle>

Expand Down

0 comments on commit 64eeb53

Please sign in to comment.