- frontend build

- fixes
This commit is contained in:
Peter Papp
2021-04-06 10:46:32 +02:00
parent 17ccf7b354
commit 57bab1a225
88 changed files with 177 additions and 185 deletions
@@ -117,7 +117,7 @@
.info-list-item {
display: flex;
align-items: start;
align-items: flex-start;
margin-bottom: 40px;
&:last-child {
@@ -241,7 +241,7 @@
.info-list-item {
display: flex;
align-items: start;
align-items: flex-start;
margin-bottom: 40px;
.description {
+1 -1
View File
@@ -779,7 +779,7 @@ const routesOthers = [
name: 'NotFound',
path: '*',
component: () =>
import(/* webpackChunkName: "chunks/not-found-shared" */ './views/Shared/NotFoundShared'),
import(/* webpackChunkName: "chunks/not-found-shared" */ './views/NotFound'),
meta: {
requiresAuth: false
},