From 84d670a3cf994cf2c575f0abc1fea6b49c3499f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:52:01 +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 66aaac1..cf75418 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -5,7 +5,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: string | number; fill?: string; - dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'baseline' | 'central' | 'text-after-edge' | 'ideographic'; + dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'central' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'mathematical' | 'text-before-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit'; textAnchor?: 'start' | 'middle' | 'end'; className?: string; } -- 2.49.1