From 37431482ec64a224bd487e53f1688615993ca60e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 00:43:18 +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 480b9f2..14ec71a 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;