From 0a7955bcdce9eb6bc89fc95c09e11f7c29d36b47 Mon Sep 17 00:00:00 2001 From: Bryan Lunduke Date: Thu, 10 Jun 2021 16:22:55 -0500 Subject: [PATCH] Removing Developer program link --- app/components/resources-link-grid.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/components/resources-link-grid.js b/app/components/resources-link-grid.js index 1a5b9db..9dcffb7 100644 --- a/app/components/resources-link-grid.js +++ b/app/components/resources-link-grid.js @@ -35,9 +35,4 @@ export default () => linkGrid([{ destination: "/build", label: "Build An App", title: "Builder's Guide" -}, { - description: "Jumpstart your LBRY development with 100 LBC, on us", - destination: "/developer-program", - label: "Get Credits", - title: "Developer Program" }]);