Skip to content

Commit

Permalink
email credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs333 committed Feb 5, 2019
1 parent de1e6b1 commit 885fab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
</div>
</div>

</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 885fab7

Please sign in to comment.