Merge version_1 into main #4

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

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fontSize?: number;
fontWeight?: number | string;
letterSpacing?: number;
dominantBaseline?: 'middle' | 'central' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'hanging';
dominantBaseline?: 'middle' | 'central' | 'alphabetic' | 'ideographic' | 'hanging';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({