Skip to content

Commit

Permalink
Merge pull request #1680 from milvus-io/remove-demo-form
Browse files Browse the repository at this point in the history
remove hubspot form from demo page
  • Loading branch information
ThyeeZz authored Nov 15, 2024
2 parents cda361a + eeac729 commit c578c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/DemoCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ const DemoCard = ({
<div className={styles.btnGroup}>
{href && (
<CustomButton
onClick={handleSubmitEmail}
className={styles.tryBtn}
variant="outlined"
href={href}
>
Try Demo
</CustomButton>
Expand Down

0 comments on commit c578c61

Please sign in to comment.