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

This commit is contained in:
2026-03-12 10:31:26 +00:00
parent edd7e1ca4d
commit ff7dee77ff

View File

@@ -5,7 +5,7 @@ interface SvgTextLogoProps {
className?: string;
fontSize?: number;
fontWeight?: 'normal' | 'bold' | 'bolder';
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'text-after-edge';
textAnchor?: 'start' | 'middle' | 'end';
}