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

This commit is contained in:
2026-03-10 20:17:35 +00:00
parent d4df7c6d5b
commit 8978e751ec

View File

@@ -8,7 +8,7 @@ interface SvgTextLogoProps {
fill?: string;
className?: string;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'ideographic' | 'mathematical' | 'inherit';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({