Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Fixed crowdload link for en
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Mar 22, 2021
1 parent b8444af commit 4b821d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const Home = () => {
<div className={styles.crowdfunding}>
{i18n.language && i18n.language.toLowerCase() === 'zh-cn'
? <a target="_blank" rel="noopener noreferrer" href='/zh-CN/docs/crab-crowdloan'>{t("home_page:crowdfunding")}</a>
: <a target="_blank" rel="noopener noreferrer" href='/en/docs/crab-crowdloan'>{t("home_page:crowdfunding")}</a>
: <a target="_blank" rel="noopener noreferrer" href='/docs/crab-crowdloan'>{t("home_page:crowdfunding")}</a>
}
</div>
</div>
Expand Down Expand Up @@ -224,7 +224,7 @@ const Home = () => {
<div className={styles.crowdfunding}>
{i18n.language && i18n.language.toLowerCase() === 'zh-cn'
? <a target="_blank" rel="noopener noreferrer" href='/zh-CN/docs/crab-crowdloan'>{t("home_page:crowdfunding")}</a>
: <a target="_blank" rel="noopener noreferrer" href='/en/docs/crab-crowdloan'>{t("home_page:crowdfunding")}</a>
: <a target="_blank" rel="noopener noreferrer" href='/docs/crab-crowdloan'>{t("home_page:crowdfunding")}</a>
}
</div>
</div>
Expand Down

0 comments on commit 4b821d3

Please sign in to comment.