diff --git a/docs/snippets/guides.jsx b/docs/snippets/guides.jsx index 3ff2f48988..ce3c7a7f8a 100644 --- a/docs/snippets/guides.jsx +++ b/docs/snippets/guides.jsx @@ -501,34 +501,6 @@ export const GuidesList = () => { ))} - return ( -
- {/* Featured cards */} -
-

Featured

- - {guidesData.featured.map(g => ( - - ))} - -
- - {/* All guides organized by category */} -
-

All Guides

- {guidesData.categories.map(category => ( -
-

{category.title}

- - {category.items.map(guide => ( - - ))} - -
- ))} -
-
- ); {/* All guides organized by category */}

All Guides