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

This commit is contained in:
2026-03-11 20:31:34 +00:00
parent 084bb2962e
commit 75daa4b47a

View File

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