From 54af3d3ec5ebf78d26256cb8d8ae378c6a3ec841 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:45:33 +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 b094235..5d31e39 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps extends SVGAttributes { fontFamily?: string; fontWeight?: number | string; letterSpacing?: number; - dominantBaseline?: "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "hanging" | "text-top"; + dominantBaseline?: "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "middle" | "central" | "text-before-edge" | "text-after-edge" | "use-script" | "no-change" | "reset-size" | "inherit"; } const SvgTextLogo = React.forwardRef(