Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e34f476

Browse files
authored
Merge branch 'master' into refactor-site-creation
2 parents f8577ed + 8e7f32a commit e34f476

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/components/header.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ const Header = () => (
1919
</Link>
2020
</li>
2121

22+
<li className="nav__tabs">
23+
<a target="_blank" href="https://nodejs.org/en/download/">
24+
Download
25+
</a>
26+
</li>
27+
2228
<li className="nav__tabs">
2329
<a target="_blank" href="https://nodejs.org/en/docs/">
2430
API Docs

test/components/__snapshots__/header.test.tsx.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ exports[`Tests for Header component renders correctly 1`] = `
3131
/>
3232
</a>
3333
</li>
34+
<li
35+
className="nav__tabs"
36+
>
37+
<a
38+
href="https://nodejs.org/en/download/"
39+
target="_blank"
40+
>
41+
Download
42+
</a>
43+
</li>
3444
<li
3545
className="nav__tabs"
3646
>

0 commit comments

Comments
 (0)