Skip to content

Commit

Permalink
Hiding the new scenarios page since it got messed up in commits
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Jun 26, 2021
1 parent 5edc10f commit d7938a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import EventDraft from "@/views/sub-views/EventDraft";
import TeamDetails from "@/views/sub-views/TeamDetails";
import DeskOverlay from "@/components/broadcast/DeskOverlay";
import InfoOverlay from "@/components/broadcast/InfoOverlay";
// import EventScenarios2 from "@/components/website/EventScenarios2";

Vue.use(VueRouter);

Expand Down Expand Up @@ -76,7 +77,7 @@ const routes = [
{ path: "schedule", component: EventSchedule },
{ path: "matches", redirect: "schedule" },
{ path: "scenarios", component: EventScenarios },
{ path: "scenarios2", component: EventScenarios2 },
// { path: "scenarios2", component: EventScenarios2 },
{ path: "draft", component: EventDraft }
]
},
Expand Down

0 comments on commit d7938a1

Please sign in to comment.