From a827b82eb97725f392f7bf4788b4b5985658dde4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 00:31: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 f5e9fba..21c3600 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: number | string; letterSpacing?: number; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'mathematical' | 'central'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-before-edge' | 'alphabetic' | 'ideographic' | 'mathematical' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size'; textAnchor?: 'start' | 'middle' | 'end'; } -- 2.49.1