mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
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:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user