mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Remove superfluss About page
This commit is contained in:
parent
e2e81299eb
commit
c0c2cb8d74
|
@ -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 -->
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user