diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index e5063e8..7300fe6 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGProps { text?: string; fontSize?: number; fill?: string; - dominantBaseline?: 'auto' | 'baseline' | 'before-edge' | 'hanging' | 'ideographic' | 'mathematical' | 'central' | 'middle' | 'after-edge' | 'text-after-edge'; + dominantBaseline?: 'auto' | 'before-edge' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'after-edge' | 'text-after-edge'; } const SvgTextLogo = React.forwardRef(