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

This commit is contained in:
2026-03-11 12:45:30 +00:00
parent 5935138a11
commit 4e4bcd25da

View File

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