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

This commit is contained in:
2026-03-13 02:30:02 +00:00
parent df47361b6e
commit 22e0dc7d54

View File

@@ -8,7 +8,7 @@ interface SvgTextLogoProps {
letterSpacing?: number;
fill?: string;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'central' | 'mathematical' | 'ideographic' | 'alphabetic';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'central' | 'mathematical' | 'ideographic' | 'alphabetic' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({