From 90d4b6290c15b114616e37539cfc5cb211c991f7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:41:43 +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 68dd4f9..7e68548 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -28,7 +28,7 @@ const SvgTextLogo: React.FC = ({ fontWeight={fontWeight} letterSpacing={letterSpacing} fill="currentColor" - dominantBaseline="text-bottom" + dominantBaseline="middle" > {text} -- 2.49.1