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

This commit is contained in:
2026-03-11 15:25:14 +00:00
parent f84673de60
commit 4a8ecb53fc

View File

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