Skip to content

Commit

Permalink
fix: project links (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan authored Oct 18, 2024
1 parent dc66260 commit 5dc5902
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/pages/projects/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]}
Expand All @@ -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,
},
]}
Expand Down Expand Up @@ -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{" "}
Expand Down Expand Up @@ -381,7 +377,7 @@ import ProjectPost from "./_components/project-post.astro";
]}
>
The solution for{" "}
<Anchor href="https://github.com/aimo/prueba-frontend">
<Anchor href="https://github.com/aimo/prueba-frontend#readme">
the AIMO challenge
</Anchor>
, in order to get the Software Engineer Frontend position of the company.
Expand Down

0 comments on commit 5dc5902

Please sign in to comment.