Skip to content

Commit

Permalink
update projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboooz committed Feb 24, 2024
1 parent 1cfeaa0 commit f10c39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const Projects = () => {
img: <img src={trello} />,
},
"octokit.py": {
description: "Octokit.py is a simple python library to interact with GitHub v3 API.",
url: "https://github.com/Bamboooz/octokit.py",
description: "Octokit.ts is a simple typescript library to interact with GitHub v3 API.",
url: "https://github.com/Bamboooz/octokit.ts",
img: <img src={octokit} />,
},
};
Expand Down

0 comments on commit f10c39a

Please sign in to comment.