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

This commit is contained in:
2026-03-12 14:00:37 +00:00
parent 635fc1f327
commit f0b0f9c3dc

View File

@@ -5,7 +5,7 @@ export interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
fontSize?: number;
fontWeight?: number | string;
letterSpacing?: number;
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'text-before-edge' | 'text-after-edge';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({