diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 0f2ad09..5d4037c 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -50,7 +50,7 @@ const SvgTextLogo: React.FC = ({ fill={fillColor} stroke={strokeColor} strokeWidth={strokeWidth} - dominantBaseline="text-top" + dominantBaseline="middle" textAnchor="start" fontWeight="bold" fontFamily="inherit"