From 3fd31853f3b5811675757d031548d23fea28933b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:27:28 +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 015ed20..228e9b3 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -9,7 +9,7 @@ interface SvgTextLogoProps { fill?: string; letterSpacing?: number; textAnchor?: "start" | "middle" | "end"; - dominantBaseline?: "hanging" | "middle" | "baseline" | "auto"; + dominantBaseline?: "hanging" | "middle" | "alphabetic" | "auto"; } const SvgTextLogo = ({ -- 2.49.1