Skip to content

Commit 370efc4

Browse files
committed
feat: add link to github in header
1 parent d96f7c9 commit 370efc4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/Header.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ function Header() {
2121
</a>
2222
</div>
2323

24+
<div>
25+
<a
26+
href="https://github.com/smeijer/testing-playground"
27+
className="hover:underline"
28+
target="_blank"
29+
>
30+
GitHub
31+
</a>
32+
</div>
33+
2434
<div className="flex space-x-8">
2535
{headerLinks.map((x) => (
2636
<a

0 commit comments

Comments
 (0)