From 61e1e2b2ba620c982b8e1d59992c557f5ac38c21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:44:19 +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 c3c2fd3..7c21c89 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { dominantBaseline?: DominantBaseline; } -type DominantBaseline = 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging'; +type DominantBaseline = 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'inherit'; export const SvgTextLogo: React.FC = ({ text, -- 2.49.1