Merge version_1 into main #3
@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
|
||||
fontWeight?: number | string;
|
||||
fill?: string;
|
||||
textAnchor?: 'start' | 'middle' | 'end';
|
||||
dominantBaseline?: 'auto' | 'baseline' | 'before-edge' | 'hanging' | 'text-top' | 'text-bottom' | 'ideographic' | 'mathematical' | 'inherit';
|
||||
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
@@ -17,7 +17,7 @@ const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
fontWeight = 'bold',
|
||||
fill = 'currentColor',
|
||||
textAnchor = 'start',
|
||||
dominantBaseline = 'hanging'
|
||||
dominantBaseline = 'auto'
|
||||
}) => {
|
||||
return (
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user