fix(dashboard): show Featured Integrations only on the home page (#872)

The FeaturedSection banner rendered on every category page
(/skills, /agents, /function-hooks, ...). Keep it on the home page only.

Claude-Session: https://claude.ai/code/session_01WukNTAeqGd3VVkYqrCKyEC
This commit is contained in:
Daniel Avila
2026-09-07 11:50:15 -04:00
committed by GitHub
parent 353c7b8d93
commit d610764e53
-2
View File
@@ -1,7 +1,6 @@
---
import DashboardLayout from '../layouts/DashboardLayout.astro';
import TopBar from '../components/TopBar.astro';
import FeaturedSection from '../components/FeaturedSection.astro';
import ComponentGrid from '../components/ComponentGrid.tsx';
import SearchModal from '../components/SearchModal.tsx';
import CartSidebar from '../components/CartSidebar.tsx';
@@ -128,7 +127,6 @@ export function getStaticPaths() {
</div>
)}
<FeaturedSection />
<ComponentGrid client:load initialType={activeType} />
<SearchModal client:idle />
<CartSidebar client:idle />