From 106a54b19676b52f018e0915a3e543243f226c8c Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 8 Oct 2023 18:28:27 -0600 Subject: [PATCH] Adding project link to portfolio --- src/pages/portfolio/index.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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}