From 332e2142fb6ab7a0b3beaba045d44f10fec1bf7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:24:48 +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 3ff930b..dd16ee1 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;