Skip to content

Commit b2bf5f6

Browse files
committed
chore: update all dashboards
1 parent 67483b2 commit b2bf5f6

20 files changed

+471
-465
lines changed

frontend/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ watch(theme, (value) => {
3232
const nav = [
3333
{ to: "/", label: "Overview" },
3434
{ to: "/authors", label: "Authors" },
35-
{ to: "/commits", label: "Commits" },
3635
{ to: "/codebase", label: "Codebase" },
3736
];
3837
</script>

frontend/src/router/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ const routes = [
1111
name: "authors",
1212
component: () => import("../views/AuthorsView.vue"),
1313
},
14-
{
15-
path: "/commits",
16-
name: "commits",
17-
component: () => import("../views/CommitsView.vue"),
18-
},
1914
{
2015
path: "/codebase",
2116
name: "codebase",

0 commit comments

Comments
 (0)