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

This commit is contained in:
2026-03-11 17:26:12 +00:00
parent 8bc4535958
commit 391db3accb

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps {
text: string;
className?: string;
textClassName?: string;
dominantBaseline?: 'auto' | 'text-bottom' | 'middle' | 'central' | 'hanging' | 'inherit';
dominantBaseline?: 'auto' | 'alphabetic' | 'middle' | 'central' | 'hanging' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({