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

This commit is contained in:
2026-03-11 10:00:32 +00:00
parent 814b873d0d
commit 242a58b2ed

View File

@@ -3,7 +3,7 @@ import React from 'react';
interface SvgTextLogoProps {
text: string;
className?: string;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'central' | 'ideographic' | 'mathematical';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'central' | 'ideographic' | 'mathematical';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({