Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 14:16:21 +00:00

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fontFamily?: string;
fontWeight?: string | number;
fill?: string;
dominantBaseline?: SVGTextElementAttributes<SVGTextElement>['dominantBaseline'];
dominantBaseline?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({