From 223f165fd99b195a94a078e52ec0ec0e076167e2 Mon Sep 17 00:00:00 2001 From: Vins Date: Fri, 12 Apr 2024 16:28:46 +0200 Subject: [PATCH] Repaired typo --- src/front/Components/DesignSystem/Typography/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} - + ); } }