Skip to content

Commit

Permalink
Fix links in landing hero
Browse files Browse the repository at this point in the history
  • Loading branch information
canmingir committed Feb 12, 2024
1 parent b530260 commit 6c53070
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sections/marketing-landing-hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export default function MarketingLandingHero() {
color="inherit"
size="large"
startIcon={<Iconify width={24} icon="carbon:document" />}
href="https://nucleoid.com/ide/"
onClick={() =>
window.location.assign("https://nucleoid.com/docs/")
}
>
Go to Docs
</Button>
Expand All @@ -84,6 +86,9 @@ export default function MarketingLandingHero() {
direction="row"
alignItems="center"
sx={{ typography: "h6" }}
onClick={() =>
window.location.assign("https://nucleoid.com/ide/")
}
>
<Fab size="medium" sx={{ mr: 1 }}>
<Iconify width={24} icon="carbon:play" />
Expand Down

0 comments on commit 6c53070

Please sign in to comment.