diff --git a/internal/handlers/services.go b/internal/handlers/services.go index a4b34b3..c3829c4 100644 --- a/internal/handlers/services.go +++ b/internal/handlers/services.go @@ -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 {