From 5997f517dae36c6147d43a996401116ff534eb2e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:10:53 +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 1ea4095..4435980 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { fontWeight?: number | string; letterSpacing?: number; textAnchor?: 'start' | 'middle' | 'end'; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'central' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'mathematical'; + dominantBaseline?: 'auto' | 'inherit' | 'middle' | 'hanging' | 'central' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'ideographic' | 'alphabetic' | 'mathematical'; } const SvgTextLogo: React.FC = ({ -- 2.49.1