Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-12 06:57:36 +00:00

View File

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