diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index b68fe7a..1c8810d 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { fontFamily?: string; fontWeight?: number | string; letterSpacing?: number; - dominantBaseline?: 'auto' | 'baseline' | 'central' | 'hanging' | 'ideographic' | 'inherit' | 'initial' | 'middle' | 'revert' | 'unset'; + dominantBaseline?: 'alphabetic' | 'baseline' | 'central' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'auto' | 'inherit'; } const SvgTextLogo: React.FC = ({