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

This commit is contained in:
2026-03-12 06:24:00 +00:00
parent 54a0494c90
commit f8a98555ef

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fontWeight?: number | string;
fontFamily?: string;
fill?: string;
dominantBaseline?: 'auto' | 'middle' | 'central' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'hanging';
dominantBaseline?: 'auto' | 'middle' | 'central' | 'alphabetic' | 'ideographic' | 'hanging';
}
const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(