Skip to content

Commit

Permalink
Hook up links to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Jun 14, 2018
1 parent 033fbee commit 294d599
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,11 @@ export default function Header({ githubUrl, inverse, firstChapter, ...props }) {
<Meta>
<Title>Vue</Title>
<Detail>
<LanguageLink className="tertiary" isGatsby to={`/vue/en/${firstChapter}/`}>
{/* <LanguageLink className="tertiary" isGatsby to={`/vue/en/${firstChapter}/`}>
English
</LanguageLink> */}
<LanguageLink className="tertiary" isGatsby to="/react/en/contribute">
Contributors wanted
</LanguageLink>
</Detail>
</Meta>
Expand All @@ -202,7 +205,9 @@ export default function Header({ githubUrl, inverse, firstChapter, ...props }) {
<Meta>
<Title>Angular</Title>
<Detail>
<LanguageLink className="tertiary">Contributors wanted</LanguageLink>
<LanguageLink className="tertiary" isGatsby to="/react/en/contribute">
Contributors wanted
</LanguageLink>
</Detail>
</Meta>
</TooltipItem>
Expand Down

0 comments on commit 294d599

Please sign in to comment.