From 332279c3e1a4b9ee7ac7912fed5b71ea85f74bc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:59:21 +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 5348285..03e6d02 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { SVGAttributes } from 'react'; interface SvgTextLogoProps { text: string;