Merge version_1 into main #2

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

View File

@@ -3,7 +3,7 @@ import React from 'react';
interface SvgTextLogoProps {
text: string;
className?: string;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'text-top' | 'text-bottom' | 'central' | 'mathematical' | 'ideographic';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-top' | 'text-bottom' | 'central' | 'mathematical' | 'ideographic' | 'alphabetic';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({