From 4398984b8ce441f751eda8e28c49ac5b8eb41bdf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:19:19 +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 84b3382..0bbc7f4 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: number | string; letterSpacing?: number; - dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'ideographic' | 'mathematical' | 'inherit'; + dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit'; } export const SvgTextLogo: React.FC = ({ -- 2.49.1