From c267eb9975b0897ec9a7c600b9f2e8ba3999d22b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:06:20 +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 4a629db..52ba9c5 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -10,7 +10,7 @@ interface SvgTextLogoProps { letterSpacing?: number; lineHeight?: number; textDecoration?: string; - dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging' | 'text-top'; + dominantBaseline?: 'auto' | 'text-top' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging' | 'text-after-edge'; } const SvgTextLogo: React.FC = ({ -- 2.49.1