Skip to content

Commit ed958c5

Browse files
committed
Add RC link
1 parent 3a9c116 commit ed958c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/about.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import mePresenting from "../public/assets/presenting-high-res.jpg";
33

44
import SpacedImage from "../components/image";
55
import Layout from "../components/layout";
6+
import Link from "next/link";
67

78
export default function About() {
89
return (
@@ -41,7 +42,7 @@ export default function About() {
4142
<p>I'm a software engineer at Vercel. Previously, I was a software engineer elsewhere.</p>
4243
<h2>Education</h2>
4344
<ul>
44-
<li>The Recurse Center (W2'23)</li>
45+
<li><Link href="/my-time-at-the-recurse-center">The Recurse Center (W2'23)</Link></li>
4546
<li>M.S.c. in Computer Science (Distinction)</li>
4647
<li>B.A. in Creative Writing (with First Class Honours)</li>
4748
</ul>

0 commit comments

Comments
 (0)