From 0b5cac578356d2a0267545db33bfe704cf8e5910 Mon Sep 17 00:00:00 2001 From: Varshith Reddy Date: Wed, 9 Oct 2024 15:44:17 +0530 Subject: [PATCH] FIX #280 added the cursor-text to the text inside the card when we hover on it --- src/components/CardEffect.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CardEffect.jsx b/src/components/CardEffect.jsx index 21733d8..7d8e18a 100644 --- a/src/components/CardEffect.jsx +++ b/src/components/CardEffect.jsx @@ -19,7 +19,7 @@ export function CardEffect({heading, content, logo}) {

{heading}

-

{content}

+

{content}