From b401513c2190a48f76842ee06dbf3320d7fa464c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:25:11 +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 e5063e8..7300fe6 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGProps { text?: string; fontSize?: number; fill?: string; - dominantBaseline?: 'auto' | 'baseline' | 'before-edge' | 'hanging' | 'ideographic' | 'mathematical' | 'central' | 'middle' | 'after-edge' | 'text-after-edge'; + dominantBaseline?: 'auto' | 'before-edge' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'after-edge' | 'text-after-edge'; } const SvgTextLogo = React.forwardRef( -- 2.49.1