Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-13 00:45:02 +00:00
Showing only changes of commit b2c4ece9dd - Show all commits

View File

@@ -6,7 +6,7 @@ interface SvgTextLogoProps {
fontSize?: number;
fontWeight?: string | number;
letterSpacing?: number;
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-after-edge' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit';
dominantBaseline?: 'auto' | 'text-before-edge' | 'hanging' | 'middle' | 'central' | 'text-after-edge' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({