Skip to content

Commit c2506d4

Browse files
committed
a lil edit i forgot
1 parent 1d0f1b8 commit c2506d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Sections/Progress/Progress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function Progress() {
3636
}, []);
3737

3838
return (
39-
<div className="py-12 bg-[#491649] my-0 [mask-image:linear-gradient(to_top,black_15%,black_30%,black_75%,transparent)] relative">
39+
<div className="py-12 bg-[#143761] my-0 [mask-image:linear-gradient(to_top,black_15%,black_30%,black_75%,transparent)] relative">
4040
<div className="rounded-md py-8 px-4 lg:px-32 flex gap-4 sm:flex-row flex-col justify-between">
4141
{progress.map((progress, index) => {
4242
return (

0 commit comments

Comments
 (0)