diff --git a/pages/home.go b/pages/home.go index 03931a7..cd6e2e5 100644 --- a/pages/home.go +++ b/pages/home.go @@ -63,11 +63,6 @@ func Home(c echo.Context) error { Href: "https://react.dev", Icon: template.HTML(`React`), }, - { - Name: "Remix", - Href: "https://remix.run", - Icon: template.HTML(`Remix`), - }, { Name: "TypeScript", Href: "https://typescriptlang.org", @@ -93,21 +88,11 @@ func Home(c echo.Context) error { Href: "https://postgresql.org", Icon: template.HTML(`PostgreSQL`), }, - { - Name: "SQLite", - Href: "https://sqlite.org", - Icon: template.HTML(`SQLite`), - }, { Name: "Redis", Href: "https://redis.io", Icon: template.HTML(`Redis`), }, - { - Name: "Railway", - Href: "https://railway.app?referralCode=i4U1gm", - Icon: template.HTML(`Railway`), - }, { Name: "Docker", Href: "https://docker.com",