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 7298ee0 commit b1210be
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 @@ -12,11 +12,11 @@ import {
Card,
CardBody,
useColorModeValue,
Image,
SkeletonCircle,
SkeletonText,
Link,
} from "@chakra-ui/react";
import Image from "next/image";
import axios from "axios";
import { useQuery } from "react-query";
import { API_URL } from "@/app/config";
Expand Down Expand Up @@ -130,11 +130,7 @@ export default function Datasets() {
>
<Image
alt={"Hero Image"}
fit={"cover"}
align={"center"}
padding={1}
w={"100%"}
h={"100%"}
fill
src={`${imagePrefix}/assets/data-collection.png`}
/>
</Box>
Expand Down

0 comments on commit b1210be

Please sign in to comment.