Skip to content

Commit

Permalink
Fix repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-100 committed Sep 27, 2024
1 parent bf5bb5c commit 83b23d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domain/mock-db/projects-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ export const plannedProjectsData: Project[] = [
name: "DMZ",
shortDesc: "Document Management Zystem",
desc: "I wanna create my own DMS-System to manage... documents 🥁",
url: "https://github.com/Z-100/DMZ",
url: "https://github.com/ZE-100/DMZ",
img: "/logos/elmo-logo.png"
},
{
name: "k8s",
shortDesc: "Soon to be self hosted Kubernetes Cluster",
desc: "All of my projects should run here eventually. That's the end goal.",
url: "https://github.com/Z-100/k8s",
url: "https://github.com/ZE-100/k8s",
img: "/logos/kubernetes-logo.png"
},
]

0 comments on commit 83b23d1

Please sign in to comment.