Skip to content

Commit bfb0209

Browse files
committed
fix: homepage background color
1 parent 3becd73 commit bfb0209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/app/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default function Index(): JSX.Element {
144144
<div className="w-full flex-1">
145145
<div className="mt-10 pr-5 lg:mt-0">
146146
<div>
147-
<div className="rounded-tr rounded-tl border border-gray-700 bg-gray-50 px-3 py-2">
147+
<div className="rounded-tr rounded-tl border border-gray-700 px-3 py-2">
148148
<code className="text-sm">docs/index.mdx</code>
149149
</div>
150150
<div className="flex">

0 commit comments

Comments
 (0)