Variable name back

This commit is contained in:
vic 2024-08-22 18:21:39 +02:00
parent 99f246c0d0
commit deabd4f913

View file

@ -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 && (
<Button
as="a"
sx={{
@ -143,7 +143,7 @@ const ProjectView = ({
textSizeAdjust: '16px',
borderRadius: '10px'
}}
href={TryNowLink}
href={playLink}
target="_blank"
rel="noopener"
>