From e21f81a0f9b631c5c050811319e9be3283f5a917 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:45: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 57b4600..214e5d6 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -3,7 +3,7 @@ import React, { SVGProps } from "react"; interface SvgTextLogoProps extends SVGProps { text?: string; fontSize?: number; - dominantBaseline?: "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "hanging" | "text-top" | undefined; + dominantBaseline?: "auto" | "alphabetic" | "hanging" | "ideographic" | "middle" | "central" | "mathematical" | undefined; } const SvgTextLogo = React.forwardRef( -- 2.49.1