diff --git a/frontend/src/components/About.vue b/frontend/src/components/About.vue index eeaf8ff..cc0db71 100644 --- a/frontend/src/components/About.vue +++ b/frontend/src/components/About.vue @@ -13,7 +13,7 @@ - + diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index 5836210..4a1466e 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -4,7 +4,7 @@ import Router from 'vue-router' const routerOptions = [ { path: '/', component: 'Home' }, { path: '/s-bfls', name: 'S_BFLS', component: 'S_BFLS' }, - { path: '/about', name: "About", component: "About"} + { path: '/about', name: 'About', component: 'About' } ] const routes = routerOptions.map(route => {