Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 08:02:48 +00:00

View File

@@ -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> = ({