diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 66aaac1..cf75418 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -5,7 +5,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: string | number; fill?: string; - dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'baseline' | 'central' | 'text-after-edge' | 'ideographic'; + dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'central' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'mathematical' | 'text-before-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit'; textAnchor?: 'start' | 'middle' | 'end'; className?: string; }