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

This commit is contained in:
2026-03-11 17:55:33 +00:00
parent dad4eff940
commit 54a1daa621

View File

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