chore: temporarily leave out service
All checks were successful
release-tag / release-image (push) Successful in 18m27s
build / build (push) Successful in 1m40s

This commit is contained in:
Tijl 2024-09-05 00:36:16 +02:00
parent 769839afb5
commit babe977b5d
Signed by: tijl
GPG Key ID: DAE24BFCD722F053

View File

@ -45,15 +45,17 @@ var services = []Service{
Color: "#00679e",
Scale: -0.2,
},
{
Name: "Gitea",
Slug: "gitea",
Description: "...",
Url: "https://git.tijl.dev",
InfoUrl: "https://about.gitea.com",
Color: "white",
Scale: -0.2,
},
/*
{
Name: "Gitea",
Slug: "gitea",
Description: "...",
Url: "https://git.tijl.dev",
InfoUrl: "https://about.gitea.com",
Color: "white",
Scale: -0.2,
},
*/
}
func servicesHandler(c *fiber.Ctx) error {