diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 1a65d75..67b96a6 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -22,7 +22,7 @@ export const SvgTextLogo: React.FC = ({ fontSize, fontWeight, fill: color, - dominantBaseline: 'central' as DominantBaseline, + dominantBaseline: 'central' as any, textAnchor: 'middle', };