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

This commit is contained in:
2026-03-12 19:06:57 +00:00
parent 1c2d131bf2
commit de35ee91d6

View File

@@ -8,7 +8,7 @@ interface SvgTextLogoProps {
fontWeight?: number;
letterSpacing?: number;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'auto' | 'baseline' | 'middle' | 'text-top' | 'text-bottom' | 'hanging' | 'mathematical';
dominantBaseline?: 'auto' | 'inherit' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size';
}
export default function SvgTextLogo({