diff --git a/src/pages/portfolio/index.tsx b/src/pages/portfolio/index.tsx index dc66eb4..fdfc79e 100644 --- a/src/pages/portfolio/index.tsx +++ b/src/pages/portfolio/index.tsx @@ -17,6 +17,7 @@ import { faArrowRight, faSpinner, } from "@fortawesome/free-solid-svg-icons"; +import { Button } from "@/components/ui/button"; export const getStaticProps = wrapper.getStaticProps( (store) => async (context) => { @@ -84,8 +85,21 @@ export default function Portfolio({ projects }: any): JSX.Element {
{!isLoading ? ( <> +
+ +

- + {project?.acm_fields?.title}