Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 12:09:49 +00:00

View File

@@ -5,7 +5,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
fontSize?: number;
fontFamily?: string;
fill?: string;
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging' | 'text-top' | 'hanging' | 'initial' | 'inherit';
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging' | 'text-top';
}
const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(