From 526e2a93293df34b2c6b4f0d551b3ba5a9dbefab Mon Sep 17 00:00:00 2001 From: eshanized Date: Thu, 16 Jan 2025 06:10:50 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20remove=20background=20grad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/about/MissionSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/about/MissionSection.tsx b/src/components/about/MissionSection.tsx index 5606353f..c8c6cc25 100644 --- a/src/components/about/MissionSection.tsx +++ b/src/components/about/MissionSection.tsx @@ -7,7 +7,7 @@ export function MissionSection() { initial={{ opacity: 0 }} whileInView={{ opacity: 1 }} transition={{ duration: 0.6 }} - className="bg-gradient-to-r from-cornflower-blue/10 to-white p-10 rounded-lg shadow-xl" + className="p-10 rounded-lg" >