From 7f3fa11a0ba06a2466b42ee2f79d31d03b294e8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 01:40:43 +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 9224858..cd9646c 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -31,7 +31,7 @@ const SvgTextLogo: React.FC = ({ x="0" y="50%" fontSize={fontSize} - n fontWeight={fontWeight} + fontWeight={fontWeight} letterSpacing={letterSpacing} fill={fill} textAnchor={textAnchor} -- 2.49.1