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

This commit is contained in:
2026-03-12 04:19:19 +00:00
parent c4426bceb2
commit 4398984b8c

View File

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