Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 17:37:12 +00:00

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps {
text: string;
className?: string;
textClassName?: string;
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
dominantBaseline?: 'auto' | 'text-before-edge' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
textAnchor?: 'start' | 'middle' | 'end';
}