Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-11 15:01:32 +00:00

View File

@@ -6,7 +6,7 @@ interface SvgTextLogoProps {
fontSize?: number;
fontWeight?: number | string;
letterSpacing?: number;
dominantBaseline?: 'auto' | 'baseline' | 'middle' | 'hanging' | 'text-top' | 'text-bottom';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-top' | 'text-bottom';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({