From 9e7fad1fd2ce0e5c46fd3d87cbcb8f1efca47101 Mon Sep 17 00:00:00 2001 From: "R. M. Shea" <8948187+rmshea@users.noreply.github.com> Date: Wed, 14 Oct 2020 18:30:20 -0700 Subject: [PATCH] Change developer CTA (#12857) * change `index.js` --- 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., }, {