minor tailwind and UI fixes

This commit is contained in:
2026-03-11 20:10:43 +01:00 Verified
parent b6a78abae8
commit 303ad9890d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@ async function getGitlabRepos(): Promise<GitlabRepo[]> {
const langColors: Record<string, string> = {
JavaScript: 'bg-[#f1e05a]',
TypeScript: 'bg-[#2b7489]',
TSX: 'bg-[#2b7489]',
Python: 'bg-[#3572A5]',
PHP: 'bg-[#4F5D95]',
CSS: 'bg-[#563d7c]',