diff --git a/src/front/Components/DesignSystem/Typography/index.tsx b/src/front/Components/DesignSystem/Typography/index.tsx index 54ecb5cb..0e812ac4 100644 --- a/src/front/Components/DesignSystem/Typography/index.tsx +++ b/src/front/Components/DesignSystem/Typography/index.tsx @@ -46,7 +46,7 @@ export enum ITypoColor { export default class Typography extends React.Component { public override render(): JSX.Element { return ( - { )} title={this.props.title}> {this.props.children} - + ); } }