Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ interface SvgTextLogoProps {
|
||||
fontSize?: number;
|
||||
fontWeight?: number | string;
|
||||
letterSpacing?: number;
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline';
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'alphabetic';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user