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