Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 23:06:24 +00:00

View File

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