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

This commit is contained in:
2026-03-11 13:27:00 +00:00
parent 080d618615
commit f2c5f691e2

View File

@@ -5,7 +5,7 @@ interface SvgTextLogoProps {
className?: string;
fillColor?: string;
fontSize?: number;
dominantBaseline?: 'hanging' | 'middle' | 'auto' | 'baseline' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'mathematical' | 'central';
dominantBaseline?: 'hanging' | 'middle' | 'auto' | 'alphabetic' | 'ideographic' | 'mathematical' | 'central' | 'text-before-edge' | 'text-after-edge';
}
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({