diff --git a/components/arcade/showcase/project-view.js b/components/arcade/showcase/project-view.js index 48ceb345..a4196fd9 100644 --- a/components/arcade/showcase/project-view.js +++ b/components/arcade/showcase/project-view.js @@ -1,7 +1,7 @@ import styles from './project-view.module.css' -import { Button } from 'theme-ui' import randomNotFoundImg from './random-not-found-img' -import CohortCard from './cohort-card' +import { Button, Text } from 'theme-ui' +import Icon from '@hackclub/icons' /** @jsxImportSource theme-ui */ const ProjectView = ({ @@ -24,9 +24,36 @@ const ProjectView = ({ const imagesList = images.length > 0 ? images : [randomNotFoundImg(id)] return (