Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
<text
|
||||
x="50%"
|
||||
y="50%"
|
||||
dominantBaseline={dominantBaseline === 'baseline' ? 'middle' : dominantBaseline}
|
||||
dominantBaseline={dominantBaseline}
|
||||
textAnchor="middle"
|
||||
className="logo-text inherit"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user