We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de90aa commit 49634a0Copy full SHA for 49634a0
src/components/HomePage/HomepageTrust.js
@@ -3,7 +3,7 @@ import Image from "next/image"
3
/* This example requires Tailwind CSS v2.0+ */
4
export default function HomePageTrust() {
5
return (
6
- <div className="bg-purple-200 dark:bg-purple-800">
+ <div className="bg-lightGray dark:bg-slate-800">
7
<div className="max-w-8xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
8
<h2 className="text-center text-3xl tracking-tight font-extrabold text-navy dark:text-white sm:text-4xl">
9
{`Who's Using WPGraphQL?`}
0 commit comments