Merge version_1 into main #3
@@ -2,7 +2,7 @@ import React, { SVGProps } from 'react';
|
||||
|
||||
interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
|
||||
text?: string;
|
||||
dominantBaseline?: 'auto' | 'baseline' | 'middle' | 'hanging' | 'mathematical';
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'mathematical' | 'alphabetic';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user