Skip to content

Commit

Permalink
comment out odd "try demo" button from landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedotexe committed Mar 24, 2022
1 parent 1f2c0a9 commit 089d6c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/ui/components/Welcome/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ export const Welcome = () => {
>
Get Started
</Button>
<Button
className={classes.tryDemo}
variant="outlined"
color="primary"
onClick={goToGetStarted}
>
Try Demo
</Button>
{/*<Button*/}
{/* className={classes.tryDemo}*/}
{/* variant="outlined"*/}
{/* color="primary"*/}
{/* onClick={goToGetStarted}*/}
{/*>*/}
{/* Try Demo*/}
{/*</Button>*/}
</div>
<img className={classes.laptop} src={laptop} alt="laptop with multisafe app" />
<Footer classNames={{ container: classes.footer }} variant="dark" />
Expand Down

0 comments on commit 089d6c2

Please sign in to comment.