We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9c116 commit ed958c5Copy full SHA for ed958c5
pages/about.tsx
@@ -3,6 +3,7 @@ import mePresenting from "../public/assets/presenting-high-res.jpg";
3
4
import SpacedImage from "../components/image";
5
import Layout from "../components/layout";
6
+import Link from "next/link";
7
8
export default function About() {
9
return (
@@ -41,7 +42,7 @@ export default function About() {
41
42
<p>I'm a software engineer at Vercel. Previously, I was a software engineer elsewhere.</p>
43
<h2>Education</h2>
44
<ul>
- <li>The Recurse Center (W2'23)</li>
45
+ <li><Link href="/my-time-at-the-recurse-center">The Recurse Center (W2'23)</Link></li>
46
<li>M.S.c. in Computer Science (Distinction)</li>
47
<li>B.A. in Creative Writing (with First Class Honours)</li>
48
</ul>
0 commit comments