diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index cec7489..7e4bbb5 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: number | string; textAnchor?: 'start' | 'middle' | 'end'; - dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic'; + dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'alphabetic' | 'ideographic' | 'mathematical'; } export const SvgTextLogo: React.FC = ({