From c0c2cb8d74d42e930d79134e68a85858b68001c9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 18 Aug 2020 07:14:07 +0200 Subject: [PATCH] Remove superfluss About page --- src/components/layout/NavBar.vue | 1 - src/router/index.ts | 11 ----------- src/views/About.vue | 11 ----------- src/views/Home.vue | 2 ++ 4 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 src/views/About.vue diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index db429615..18ff7cc1 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -12,7 +12,6 @@ Trade Dashboard - About diff --git a/src/router/index.ts b/src/router/index.ts index f3382528..5e2142b3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -32,17 +32,6 @@ const routes: Array = [ // which is lazy-loaded when the route is visited. component: () => import(/* webpackChunkName: "about" */ '@/views/Dashboard.vue'), }, - { - path: '/about', - name: 'About', - // route level code-splitting - // this generates a separate chunk (about.[hash].js) for this route - // which is lazy-loaded when the route is visited. - component: () => import(/* webpackChunkName: "about" */ '@/views/About.vue'), - meta: { - allowAnonymous: true, - }, - }, { path: '/login', name: 'Login', diff --git a/src/views/About.vue b/src/views/About.vue deleted file mode 100644 index 46841df5..00000000 --- a/src/views/About.vue +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/src/views/Home.vue b/src/views/Home.vue index 7a70ca27..7e8aa3b3 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -10,6 +10,8 @@ If you need any help, please refer to the Freqtrade Documentation.

+ +

Have fun - wishes you the Freqtrade team