From ceeeb3c9dda788f6ff136ae69b24b803b09bfd59 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 01:45:06 +0000 Subject: [PATCH] Change developer CTA (#12857) (#12892) * change `index.js` (cherry picked from commit 9e7fad1fd2ce0e5c46fd3d87cbcb8f1efca47101) Co-authored-by: R. M. Shea <8948187+rmshea@users.noreply.github.com> --- docs/src/pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 3170277bb2..2402a388c1 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -8,8 +8,8 @@ import styles from "./styles.module.css"; const features = [ { - title: <>⛏ Build an Application, - imageUrl: "apps", + title: <>⛏ Build Your First App, + imageUrl: "https://github.com/solana-labs/example-helloworld", description: <>Get started building your decentralized app or marketplace., }, {