From 0ac57f444a39669ead4016014761202b8dc8da4a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:55:39 +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 679abae..c30807e 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontWeight?: number | string; fill?: string; className?: string; - dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'central' | 'middle' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit'; + dominantBaseline?: 'auto' | 'text-before-edge' | 'hanging' | 'central' | 'middle' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit'; } const SvgTextLogo: React.FC = ({ -- 2.49.1