Skip to content

Commit

Permalink
Added Next Imagge to Datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 28, 2024
1 parent 0bb8bb2 commit 9bd56f5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions frontend/components/Datasets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,10 @@ export default function Datasets() {
) : (
<SimpleGrid columns={{ base: 1, md: 3 }} spacing={10}>
{datasets.map((dataset: Dataset) => (
<Card
key={dataset.title}
border={"solid"}
borderColor={"orange"}
>
<Card key={dataset.title} border={"solid"} borderColor={"orange"}>
<CardBody>
<Feature
icon={`${imagePrefix}/assets/icons/${dataset.area.toLowerCase()}.png`}
icon={`${imagePrefix}/assets/icons/llm.png`}
title={dataset.title}
/>
</CardBody>
Expand Down

0 comments on commit 9bd56f5

Please sign in to comment.