From 4e4bcd25da048596ec498a41bb6c1b0bb7243c20 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:45:30 +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 f6d0792..e4eb8a0 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -5,7 +5,7 @@ interface SvgTextLogoProps { className?: string; fontSize?: number; fontWeight?: string | number; - dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'central' | 'middle' | 'mathematical' | 'text-after-edge' | 'ideographic'; + dominantBaseline?: 'auto' | 'hanging' | 'central' | 'middle' | 'mathematical' | 'text-after-edge' | 'ideographic' | 'alphabetic'; } const SvgTextLogo: React.FC = ({ -- 2.49.1