Merge version_1 into main #2

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

View File

@@ -8,7 +8,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
fontFamily?: string;
fontWeight?: number | string;
fill?: string;
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size';
}
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({