diff --git a/app/contact/page.tsx b/app/contact/page.tsx index d9733f0..29fbd2b 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -28,7 +28,7 @@ export default function ContactPage() {

-
+
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]',