Skip to content

Commit

Permalink
fix landing page links (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 authored Jun 14, 2024
1 parent 17a13c7 commit b2812fa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions apps/new/widget/page/home/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -777,15 +777,10 @@ const Hero = () => {
Designed to support builders in a multi-chain ecosystem.
</Subheading>
<div className="d-flex align-items-center gap-4 hero-btns">
<Button
className="hero-button"
href={`${context.account ? "${config_index}?page=projects" : "${alias_gateway_url}/join"}`}
>
<Button className="hero-button" href={"?page=projects&tab=editor"}>
Start Project
</Button>
<Button href="https://docs.near.org/build/near-components/dev-environment">
Explore Projects
</Button>
<Button href={"?page=projects"}>Explore Projects</Button>
</div>
</HeadingSection>
<CardSection>
Expand Down

0 comments on commit b2812fa

Please sign in to comment.