We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae02d2 commit 5ba901eCopy full SHA for 5ba901e
1 file changed
Source code/src/components/SupportersSection.tsx
@@ -32,7 +32,7 @@ const partners: Partner[] = [
32
33
const SupportersSection = () => {
34
return (
35
- <section className="py-16 bg-offwhite">
+ <section className="py-16 bg-primary-blue/5">
36
<div className="container mx-auto px-4">
37
<h2 className="text-3xl font-bold text-center mb-12 text-primary-blue">
38
<span className="relative pb-2">
0 commit comments