Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 09:43:43 +00:00

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
text?: string;
className?: string;
textClassName?: string;
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'central' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({