Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx

This commit is contained in:
2026-03-13 07:09:18 +00:00
parent 43a05f8b51
commit d41242f4db

View File

@@ -6,7 +6,7 @@ interface SvgTextLogoProps {
fontSize?: number;
fontWeight?: number | string;
letterSpacing?: number;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'ideographic' | 'mathematical' | 'central';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'mathematical' | 'central' | 'alphabetic';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({