From cf136bc9bf2d428655c0f57c0bcbdaffbf2600e7 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 23 May 2024 15:46:08 -0600 Subject: [PATCH] Updated stuff I use --- pages/home.go | 15 --------------- 1 file changed, 15 deletions(-) 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",