Skip to content

Commit c4441c8

Browse files
authored
Merge pull request #53 from TryShape/landing-button-issue
landing page button height issue
2 parents 463d802 + 4b27a1c commit c4441c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/core/Landing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ const Landing = ({ setOpen, user, setUser }) => {
459459
SVG, PNG, and even as CSS.
460460
</p>
461461
<BannerBodyActions>
462-
<Link href="/app"><Button className="banner-action--primary"><FiPenTool/>Try Now</Button></Link>
463-
<a href="https://github.com/TryShape" target="_blank" rel="noopener noreferrer"><Button variant="outline-secondary"><FiGithub />GitHub</Button></a>
462+
<Link href="/app" ><Button variant="primary"><FiPenTool/>Try Now</Button></Link>
463+
<a href="https://github.com/TryShape" target="_blank" className="btn btn-outline-secondary" rel="noopener noreferrer"><FiGithub />GitHub</a>
464464
</BannerBodyActions>
465465
</Col>
466466
</Row>

0 commit comments

Comments
 (0)