From 633bc32328171f08f3e06547b20451e7e25188c5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:01:26 +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 edbb55d..2b08f7a 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -33,7 +33,7 @@ const SvgTextLogo: React.FC = ({ x="50%" y="50%" textAnchor="middle" - dominantBaseline="before-edge" + dominantBaseline="middle" fontSize={fontSize} fontWeight={fontWeight} fontFamily={fontFamily} -- 2.49.1