From 44b6cd4d11b9974f97a75aa0ca49cbb4c55ce006 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:10:08 +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 83de7d4..489ae2c 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; fill?: string; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'central' | 'mathematical' | 'ideographic'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'central' | 'mathematical' | 'ideographic' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'alphabetic' | 'inherit'; } export const SvgTextLogo: React.FC = ({