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",