Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 20:10:50 +00:00

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps {
text: string;
className?: string;
fontSize?: number;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'central' | 'mathematical';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'central' | 'mathematical' | 'alphabetic' | 'ideographic' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({