Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx

This commit is contained in:
2026-03-11 00:18:21 +00:00
parent 23930b97fb
commit 415f65224b

View File

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