Skip to content

Commit c7d07c1

Browse files
committed
Put back missing container
1 parent 2400c34 commit c7d07c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ function HomepageHeader() {
182182
Build mission-critical internal tools and data pipelines that integrate directly with your existing stack and resources. Use Windmill's WebIDE or work locally with your favorite editor, CLI and AI agent.
183183
</p>
184184
</div>
185-
<ProductionTabs tabs={defaultTabs} enableSubtitles={true} />
185+
<div className="dark:bg-gray-900 bg-gray-50 w-full p-8 rounded-xl">
186+
<ProductionTabs tabs={defaultTabs} enableSubtitles={true} />
187+
</div>
186188
</div>
187189
<DeveloperExperienceSection />
188190
<CorePrinciple />

0 commit comments

Comments
 (0)