From bb5bd9fce6f612fe3ac7b953c00bb066a02dbd02 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:44:09 +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 de5a813..bfd4e3f 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -5,7 +5,7 @@ interface SvgTextLogoProps extends SVGProps { fontSize?: number; fontWeight?: "normal" | "bold" | "lighter" | "bolder" | number; fill?: string; - dominantBaseline?: "auto" | "baseline" | "before-edge" | "hanging" | "ideographic" | "mathematical" | "central" | "middle" | "after-edge" | "text-after-edge"; + dominantBaseline?: "auto" | "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "use-script" | "no-change" | "reset-size"; } const SvgTextLogo: React.FC = ({