From 608e81edbf35fc0288e65684ea35d01c94d2cebe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:36:17 +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 41b4b16..d2a2a90 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -10,7 +10,7 @@ interface SvgTextLogoProps { fill?: string; strokeWidth?: number; stroke?: string; - dominantBaseline?: "hanging" | "middle" | "central" | "text-bottom" | "alphabetic" | "baseline"; + dominantBaseline?: "hanging" | "middle" | "central" | "text-after-edge" | "alphabetic" | "ideographic"; } const SvgTextLogo: React.FC = ({ -- 2.49.1