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 6cd036b commit 7d431d8Copy full SHA for 7d431d8
packages/web/docs/src/app/blog/(posts)/layout.tsx
@@ -20,7 +20,7 @@ export default function BlogPostLayout({ children }: { children: React.ReactNode
20
{children}
21
</div>
22
<SimilarPosts className="mx-4 md:mx-6" />
23
- <GetYourAPIGameRightSection className="mx-4 sm:mb-6 md:mx-6" />
+ <GetYourAPIGameRightSection className="light text-green-1000 dark:bg-primary/95 mx-4 sm:mb-6 md:mx-6" />
24
</LandingPageContainer>
25
);
26
}
0 commit comments