mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-21 00:38:19 +00:00
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:
parent
8e653403dc
commit
fa66c7ba80
@ -28,13 +28,13 @@ const routeData /*: $ReadOnlyArray<RouteDatum> */ = [
|
|||||||
navTitle: "Home",
|
navTitle: "Home",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/explorer",
|
path: "/prototype",
|
||||||
contents: {
|
contents: {
|
||||||
type: "PAGE",
|
type: "PAGE",
|
||||||
component: () => require("./credExplorer/App").default,
|
component: () => require("./credExplorer/App").default,
|
||||||
},
|
},
|
||||||
title: "SourceCred explorer",
|
title: "SourceCred prototype",
|
||||||
navTitle: "Explore",
|
navTitle: "Prototype",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/discord-invite",
|
path: "/discord-invite",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user