Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 17:10:04 +00:00

View File

@@ -6,7 +6,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
fontWeight?: string | number;
fontFamily?: string;
fill?: string;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-top' | 'text-bottom' | 'central' | 'mathematical' | 'inherit';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
}
export const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(