We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c52e65 commit f1698ffCopy full SHA for f1698ff
.old-jekyll/_includes/header.html
src/app/components/OpenSourceHero.tsx
@@ -4,6 +4,7 @@
4
//
5
6
import React from 'react';
7
+import Link from 'next/link';
8
9
import OpenSourceAvatars from './OpenSourceAvatars';
10
@@ -25,9 +26,9 @@ export default function OpenSourceHero() {
25
26
`}
27
</p>
28
<div data-animate-in="fade" data-animate-in-delay="240">
- <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>
30
<br />
- <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>
32
</div>
33
34
<OpenSourceAvatars />
0 commit comments