From 9d0ebebc20e72b9d089bf00bb1201aa3f082568e Mon Sep 17 00:00:00 2001 From: "Ricardo Q. Bazan" Date: Fri, 18 Oct 2024 12:01:01 -0500 Subject: [PATCH] fix: project links --- src/pages/projects/index.astro | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/pages/projects/index.astro b/src/pages/projects/index.astro index 5d1267f..d874b74 100644 --- a/src/pages/projects/index.astro +++ b/src/pages/projects/index.astro @@ -51,7 +51,7 @@ import ProjectPost from "./_components/project-post.astro"; techs={["C++", "DataStructure", "Algorithm"]} links={[ { - href: "https://github.com/rqbazan/advent-of-code", + href: "https://github.com/rqbazan/advent-of-code#readme", icon: GithubIcon, }, ]} @@ -67,7 +67,7 @@ import ProjectPost from "./_components/project-post.astro"; techs={["Fastify", "Vercel", "Typebox", "Tap"]} links={[ { - href: "https://github.com/rqbazan/defer-it", + href: "https://github.com/rqbazan/defer-it#readme", icon: GithubIcon, }, ]} @@ -139,10 +139,6 @@ import ProjectPost from "./_components/project-post.astro"; href: "https://github.com/rqbazan/cometa-challenge#readme", icon: GithubIcon, }, - { - href: "https://cometa.rcrd.space", - icon: ExternalLinkIcon, - }, ]} > The solution for{" "} @@ -381,7 +377,7 @@ import ProjectPost from "./_components/project-post.astro"; ]} > The solution for{" "} - + the AIMO challenge , in order to get the Software Engineer Frontend position of the company.