From 70777656165a2029736d1819d07c2c8402fcb434 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:54:40 +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 1a65d75..67b96a6 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -22,7 +22,7 @@ export const SvgTextLogo: React.FC = ({ fontSize, fontWeight, fill: color, - dominantBaseline: 'central' as DominantBaseline, + dominantBaseline: 'central' as any, textAnchor: 'middle', }; -- 2.49.1