From cc89c7cdffbdc112ad2fe0ff25ffd4fe03bc4c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20Marti=CC=81?= Date: Wed, 5 Jun 2024 10:44:08 +0200 Subject: [PATCH] Code fix --- src/CardHoveredConcept.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CardHoveredConcept.tsx b/src/CardHoveredConcept.tsx index d9fa348..b2ecc93 100644 --- a/src/CardHoveredConcept.tsx +++ b/src/CardHoveredConcept.tsx @@ -1,9 +1,7 @@ export const CardHoveredConcept = ({ text, - color, }: { text: string, - color: string, }) => { return (