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

This commit is contained in:
2026-03-12 05:15:16 +00:00
parent b980d5a1d9
commit 7eae4efea4

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps {
text: string;
className?: string;
textClassName?: string;
dominantBaseline?: 'auto' | 'baseline' | 'before-edge' | 'hanging' | 'mathematical' | 'central' | 'middle' | 'after-edge' | 'text-after-edge' | 'ideographic';
dominantBaseline?: 'auto' | 'inherit' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size';
}
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({