From 0299692e07612e698d79ea1905a576856f380b6b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:39:42 +0000 Subject: [PATCH] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1