From 4ee8435f626537591751e3f76d1b145acebb8b90 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:58:54 +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 cec7489..7e4bbb5 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; textAnchor?: 'start' | 'middle' | 'end'; - dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic'; + dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'alphabetic' | 'ideographic' | 'mathematical'; } export const SvgTextLogo: React.FC = ({ -- 2.49.1