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

This commit is contained in:
2026-03-11 15:01:28 +00:00
parent 72c5adcf4b
commit 6058c74e17

View File

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