From fa66c7ba8079a09054ce6862e6aaa0772b4074e0 Mon Sep 17 00:00:00 2001 From: Claire L Date: Thu, 2 Aug 2018 13:17:33 -0700 Subject: [PATCH] Rename "Explore(r)" to "Prototype" in route and navigation (#584) "Explore(r)" does not accurately convey the current state of the project. In order to more accurately convey the current state, "Explore(r)" has been updated to "Prototype" Addresses #584 Test plan: Visual inspection and manual testing of pathing --- src/app/routeData.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/routeData.js b/src/app/routeData.js index 8e9f90a..9b31cfa 100644 --- a/src/app/routeData.js +++ b/src/app/routeData.js @@ -28,13 +28,13 @@ const routeData /*: $ReadOnlyArray */ = [ navTitle: "Home", }, { - path: "/explorer", + path: "/prototype", contents: { type: "PAGE", component: () => require("./credExplorer/App").default, }, - title: "SourceCred explorer", - navTitle: "Explore", + title: "SourceCred prototype", + navTitle: "Prototype", }, { path: "/discord-invite",