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

This commit is contained in:
2026-03-11 20:51:25 +00:00
parent 46750dee39
commit 2b2e913ba1

View File

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