diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 2641a90..5a07773 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -4,7 +4,7 @@ interface SvgTextLogoProps { text: string; className?: string; textClassName?: string; - dominantBaseline?: 'auto' | 'text-bottom' | 'middle' | 'central' | 'hanging' | 'inherit'; + dominantBaseline?: 'auto' | 'alphabetic' | 'middle' | 'central' | 'hanging' | 'inherit'; } const SvgTextLogo: React.FC = ({