Skip to content

Commit 5ba901e

Browse files
Change background color of SupportersSection
1 parent cae02d2 commit 5ba901e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source code/src/components/SupportersSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const partners: Partner[] = [
3232

3333
const SupportersSection = () => {
3434
return (
35-
<section className="py-16 bg-offwhite">
35+
<section className="py-16 bg-primary-blue/5">
3636
<div className="container mx-auto px-4">
3737
<h2 className="text-3xl font-bold text-center mb-12 text-primary-blue">
3838
<span className="relative pb-2">

0 commit comments

Comments
 (0)