diff --git a/components/arcade/showcase/project-view.js b/components/arcade/showcase/project-view.js index 5e0a890d..056b8313 100644 --- a/components/arcade/showcase/project-view.js +++ b/components/arcade/showcase/project-view.js @@ -41,7 +41,7 @@ const ProjectView = ({ description = 'Description Not Found', slack = 'Slack Not Found', scrapbook = '', - playLink: TryNowLink, + playLink, images = [], githubProf, user = 'User Not Found', @@ -134,7 +134,7 @@ const ProjectView = ({ className={styles.buttonGroup} sx={{ width: '90%', margin: 'auto', pt: 2, pb: 2 }} > - {TryNowLink && ( + {playLink && (