From 75daa4b47aa8e7a9b0e189c0e5ce780b6174c664 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:31:34 +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 a47abfc..6ddb40c 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -8,7 +8,7 @@ interface SvgTextLogoProps { fontWeight?: number | string; letterSpacing?: number; fill?: string; - dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'central' | 'middle' | 'ideographic' | 'mathematical' | 'alphabetic' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit'; + dominantBaseline?: 'auto' | 'hanging' | 'central' | 'middle' | 'ideographic' | 'mathematical' | 'alphabetic' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit'; } const SvgTextLogo: React.FC = ({