Skip to content

Commit 49634a0

Browse files
committed
Update homepage bg colors
1 parent 5de90aa commit 49634a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HomePage/HomepageTrust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Image from "next/image"
33
/* This example requires Tailwind CSS v2.0+ */
44
export default function HomePageTrust() {
55
return (
6-
<div className="bg-purple-200 dark:bg-purple-800">
6+
<div className="bg-lightGray dark:bg-slate-800">
77
<div className="max-w-8xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
88
<h2 className="text-center text-3xl tracking-tight font-extrabold text-navy dark:text-white sm:text-4xl">
99
{`Who's Using WPGraphQL?`}

0 commit comments

Comments
 (0)