This commit is contained in:
Benjamin Toby 2024-12-09 18:02:07 +01:00
parent 20959c3580
commit 998158369a
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ export const work = {
{ {
title: "Coderank", title: "Coderank",
description: "A new age of remote work. Targeted at developers", description: "A new age of remote work. Targeted at developers",
href: "https://summitlending.com", href: "https://coderank.net",
image: "/images/work/devops/server-management.png", image: "/images/work/devops/server-management.png",
technologies: [ technologies: [
"Next JS", "Next JS",

View File

@ -14,7 +14,7 @@ export default function Main() {
<Span> <Span>
I'm a man of few words. My{" "} I'm a man of few words. My{" "}
<Link href="/skills">Skills</Link> and{" "} <Link href="/skills">Skills</Link> and{" "}
<Link href="/work">Work</Link> speaks for themselves. <Link href="/work">Work</Link> speak for themselves.
</Span> </Span>
</Stack> </Stack>
</Section> </Section>