mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Variable name back
This commit is contained in:
parent
99f246c0d0
commit
deabd4f913
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue