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

This commit is contained in:
2026-03-11 08:31:17 +00:00
parent b6c06d20c7
commit da2ad3e003

View File

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