Skip to content

Commit 526e2a9

Browse files
committed
✨ style: remove background grad
1 parent 85e88bb commit 526e2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/about/MissionSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function MissionSection() {
77
initial={{ opacity: 0 }}
88
whileInView={{ opacity: 1 }}
99
transition={{ duration: 0.6 }}
10-
className="bg-gradient-to-r from-cornflower-blue/10 to-white p-10 rounded-lg shadow-xl"
10+
className="p-10 rounded-lg"
1111
>
1212
<div className="flex items-center gap-4 mb-6">
1313
<Target className="h-8 w-8 text-cornflower-blue" />

0 commit comments

Comments
 (0)