Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed May 9, 2024
1 parent 092c817 commit 216650f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions app/scripts/components/data-catalog/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,10 @@ import { FeaturedDatasets } from '$components/common/featured-slider-section';
export default function DataCatalogContainer() {
return (
<PageMainContent>
<LayoutProps
title='Data Catalog'
description={getString('dataCatalogBanner').other}
/>
<PageHero
title='Data Catalog'
description={getString('dataCatalogBanner').other}
/>
<LayoutProps title='Data Catalog' description={getString('dataCatalogBanner').other} />
<PageHero title='Data Catalog' description={getString('dataCatalogBanner').other} />
<FeaturedDatasets />
<DataCatalog
datasets={allDatasets}
/>
<DataCatalog datasets={allDatasets} />
</PageMainContent>
);
}

0 comments on commit 216650f

Please sign in to comment.