Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
|
||||
fontFamily?: string;
|
||||
fontWeight?: number;
|
||||
letterSpacing?: number;
|
||||
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'ideographic' | 'mathematical' | 'inherit';
|
||||
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'ideographic' | 'mathematical' | 'inherit';
|
||||
textAnchor?: 'start' | 'middle' | 'end' | 'inherit';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user