Skip to content

Commit f1698ff

Browse files
committed
Links
1 parent 0c52e65 commit f1698ff

File tree

2 files changed

+3
-144
lines changed

2 files changed

+3
-144
lines changed

.old-jekyll/_includes/header.html

-142
This file was deleted.

src/app/components/OpenSourceHero.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//
55

66
import React from 'react';
7+
import Link from 'next/link';
78

89
import OpenSourceAvatars from './OpenSourceAvatars';
910

@@ -25,9 +26,9 @@ export default function OpenSourceHero() {
2526
`}
2627
</p>
2728
<div data-animate-in="fade" data-animate-in-delay="240">
28-
<a className="link-arrow text-white mt-4" href="/collaborate">Get involved</a>
29+
<Link className="link-arrow text-white mt-4" href="/collaborate">Get involved</Link>
2930
<br />
30-
<a className="link-arrow text-white mt-4" href="/projects">Explore projects</a>
31+
<Link className="link-arrow text-white mt-4" href="/projects">Explore projects</Link>
3132
</div>
3233
</div>
3334
<OpenSourceAvatars />

0 commit comments

Comments
 (0)