From 8aa55adf3cf3c48124fb209b19bf6bfea13ff817 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:47:09 +0000 Subject: [PATCH] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index ef2c34b..eeab2ad 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,6 @@ interface SvgTextLogoProps { fontFamily?: string; fontWeight?: string | number; fill?: string; - config?: COBEOptions; } export const SvgTextLogo: React.FC = ({ -- 2.49.1