mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-19 07:56:33 +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",
|
||||
},
|
||||
{
|
||||
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user