Remove superfluss About page

This commit is contained in:
Matthias 2020-08-18 07:14:07 +02:00
parent e2e81299eb
commit c0c2cb8d74
4 changed files with 2 additions and 23 deletions

View File

@ -12,7 +12,6 @@
<b-navbar-nav>
<b-nav-item to="/trade">Trade</b-nav-item>
<b-nav-item to="/dashboard">Dashboard</b-nav-item>
<b-nav-item to="/about">About</b-nav-item>
<BootswatchThemeSelect />
</b-navbar-nav>
<!-- Right aligned nav items -->

View File

@ -32,17 +32,6 @@ const routes: Array<RouteConfig> = [
// 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',

View File

@ -1,11 +0,0 @@
<template>
<div class="about">
<h1>Freqtrade UI About page</h1>
<p>Have fun - whiches you the Freqtrade team</p>
<p class="mt-5">
If you need any help, please refer to the
<a href="https://www.freqtrade.io/en/latest/">Freqtrade Documentation</a>.
</p>
</div>
</template>

View File

@ -10,6 +10,8 @@
If you need any help, please refer to the
<a href="https://www.freqtrade.io/en/latest/">Freqtrade Documentation</a>.
</p>
<p>Have fun - <i>wishes you the Freqtrade team</i></p>
</div>
</template>