This commit is contained in:
Benjamin Toby
2025-07-21 20:14:09 +01:00
parent 4cbe72fc8d
commit 1db7601c85
3 changed files with 25 additions and 2 deletions
+8 -2
View File
@@ -13,8 +13,14 @@ export default function Main() {
<H1 className="leading-snug">About Me</H1>
<Span>
I'm a man of few words. My{" "}
<Link href="/skills">Skills</Link> and{" "}
<Link href="/work">Work</Link> speak for themselves.
<Link href="/skills" className="dotted-text">
Skills
</Link>{" "}
and{" "}
<Link href="/work" className="dotted-text">
Work
</Link>{" "}
speak for themselves.
</Span>
</Stack>
</Section>