Skip to content

Commit 4b27a1c

Browse files
committed
button issue
1 parent 463d802 commit 4b27a1c

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)