From 303ad9890d0826c0393093dec0326d4a1107e8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Wed, 11 Mar 2026 20:10:43 +0100 Subject: [PATCH] minor tailwind and UI fixes --- app/contact/page.tsx | 2 +- app/projects/code/page.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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]',