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
This commit is contained in:
Claire L 2018-08-02 13:17:33 -07:00 committed by GitHub
parent 8e653403dc
commit fa66c7ba80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@ const routeData /*: $ReadOnlyArray<RouteDatum> */ = [
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",