From 16d8293fd672e6da9e104a6901cd76e18c5661c5 Mon Sep 17 00:00:00 2001 From: peth-yursick <55857222+peth-yursick@users.noreply.github.com> Date: Tue, 23 Jun 2020 10:35:34 +0200 Subject: [PATCH] Update index.js (#85) --- src/pages/index.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 3e578fa7..0b294694 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -10,22 +10,21 @@ const features = [ { title: "For Players", imageUrl: "assets/icon-dark.png", - description: "Join MetaGame as a player & get help forging your path.", + description: "", linkText: "Through here", linkTo: "docs/handbook/for-players", }, { title: "For Guilds", imageUrl: "assets/icon-plain.png", - description: - "Join MetaGame as a project & get support building the future.", + description: "", linkText: "Through here", linkTo: "docs/handbook/for-guilds", }, { - title: "Third Patrons", + title: "For Lurkers", imageUrl: "assets/icon-glow.png", - description: "Join the future by supporting MetaGame.", + description: "", linkText: "Through here", linkTo: "docs/handbook/for-investors", },