diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 413f8fa..7f7eb86 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -2,7 +2,7 @@ import React, { SVGProps } from 'react'; interface SvgTextLogoProps extends SVGProps { text?: string; - dominantBaseline?: 'auto' | 'baseline' | 'middle' | 'hanging' | 'mathematical'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'mathematical' | 'alphabetic'; } const SvgTextLogo: React.FC = ({