From 50828f36e5c9254d8286b2b63441a6ef8146147a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:49:53 +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 0ab9763..4e85632 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -3,7 +3,7 @@ import React, { SVGProps } from 'react'; interface SvgTextLogoProps extends SVGProps { text?: string; fontSize?: number; - dominantBaseline?: 'auto' | 'baseline' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'central' | 'middle'; + dominantBaseline?: 'auto' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'central' | 'middle'; } const SvgTextLogo = React.forwardRef( -- 2.49.1