Skip to content

Commit 9209102

Browse files
committed
Change index page background color
1 parent 2614344 commit 9209102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index-page/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { HowItWorks } from "./how-it-works"
1111

1212
export function IndexPage() {
1313
return (
14-
<div className="index">
14+
<div className="bg-neu-0">
1515
<Hero />
1616
<TrustedBy />
1717
<HowItWorks />

0 commit comments

Comments
 (0)