Skip to content

Commit

Permalink
Merge branch 'master' into preview
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanshuyou committed Sep 25, 2024
2 parents ce215bf + f765b7c commit 722079e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/components/card/DemoCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,15 @@ const DemoCard = ({
<h3>{name}</h3>
<p>{desc}</p>
<div className={styles.btnGroup}>
<CustomButton
onClick={handleSubmitEmail}
className={styles.tryBtn}
variant="outlined"
>
Try Demo
</CustomButton>
{href && (
<CustomButton
onClick={handleSubmitEmail}
className={styles.tryBtn}
variant="outlined"
>
Try Demo
</CustomButton>
)}

{videoSrc && (
<CustomButton
Expand Down

0 comments on commit 722079e

Please sign in to comment.