Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-12 05:38:18 +00:00

View File

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