diff --git a/app/projects/code/page.tsx b/app/projects/code/page.tsx
index 77ab15b..d7886ca 100644
--- a/app/projects/code/page.tsx
+++ b/app/projects/code/page.tsx
@@ -90,6 +90,7 @@ async function getGitlabRepos(): Promise {
const langColors: Record = {
JavaScript: 'bg-[#f1e05a]',
TypeScript: 'bg-[#2b7489]',
+ TSX: 'bg-[#2b7489]',
Python: 'bg-[#3572A5]',
PHP: 'bg-[#4F5D95]',
CSS: 'bg-[#563d7c]',