From 1212f77b041219967fc049680c2263df190df964 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 08:20:45 +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 b68fe7a..1c8810d 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { fontFamily?: string; fontWeight?: number | string; letterSpacing?: number; - dominantBaseline?: 'auto' | 'baseline' | 'central' | 'hanging' | 'ideographic' | 'inherit' | 'initial' | 'middle' | 'revert' | 'unset'; + dominantBaseline?: 'alphabetic' | 'baseline' | 'central' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'auto' | 'inherit'; } const SvgTextLogo: React.FC = ({