From 3f231b5f7f914cd2e5dc296e16c0fe7b10c3f698 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Wed, 24 Apr 2024 02:57:09 -0400 Subject: [PATCH] change bento project to konbini bento will be merged into konbini --- page.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/page.go b/page.go index a78d7ee..394fef4 100644 --- a/page.go +++ b/page.go @@ -51,10 +51,10 @@ func renderPage(c echo.Context) error { }, }, { - Name: "Bento", + Name: "Konbini", URL: "", - Description: "API service to manage projects' secrets or environment variables with the ability to separate the variables into their own environment.", - Repo: "https://github.com/juancwu/bento", + Description: "A \"convenient store\" with API services to manage projects' secrets or environment variables with the ability to separate the variables into their own environment.", + Repo: "https://github.com/juancwu/konbini", Classes: "border-sky-500", TechList: []Tech{ { @@ -63,13 +63,13 @@ func renderPage(c echo.Context) error { TechClasses: "transition bg-zinc-950 text-zinc-100", }, { - TechName: "Chi", - TechURL: "https://go-chi.io/#/", + TechName: "Echo", + TechURL: "https://echo.labstack.com/", TechClasses: "bg-zinc-950 text-zinc-100", }, { - TechName: "PlanetScale", - TechURL: "https://planetscale.com/", + TechName: "PostgreSQL", + TechURL: "https://www.postgresql.org/", TechClasses: "bg-zinc-950 text-zinc-100", }, },