Update technology labels for better clarity and consistency

Update category labels in the skills component for improved accuracy and adherence to casing conventions.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0418abda-c7f8-41f6-850e-cdbb22987e53
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/JSK21aO
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
joachimhummel
2026-05-15 15:50:14 +00:00
parent 05ecbb3b16
commit 0b080906a3

View File

@@ -20,7 +20,7 @@ const categories: Category[] = [
}, },
{ {
label: "Container & Automatisierung", label: "Container & Automatisierung",
tags: ["Docker", "Docker Compose", "Ansible", "Gitlab CI/CD", "Artifactory", "Bitbucket"], tags: ["Docker", "Docker Compose", "Ansible", "GitLab CI/CD", "Artifactory", "Bitbucket"],
color: "bg-sky-50 text-sky-700", color: "bg-sky-50 text-sky-700",
}, },
{ {
@@ -39,7 +39,7 @@ const categories: Category[] = [
color: "bg-violet-50 text-violet-700", color: "bg-violet-50 text-violet-700",
}, },
{ {
label: "Programmierung & Scripting", label: "Programmiersprachen",
tags: ["Shell / Bash", "Perl", "PHP", "Python", "HTML", "CSS"], tags: ["Shell / Bash", "Perl", "PHP", "Python", "HTML", "CSS"],
color: "bg-green-50 text-green-700", color: "bg-green-50 text-green-700",
}, },