diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index de60360..6ca4ced 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { fontWeight?: number | string; fill?: string; textAnchor?: 'start' | 'middle' | 'end'; - dominantBaseline?: 'hanging' | 'middle' | 'auto' | 'baseline' | 'inherit'; + dominantBaseline?: 'hanging' | 'middle' | 'auto' | 'alphabetic' | 'inherit'; } export const SvgTextLogo: React.FC = ({