Interim commit; structural changes
- Many instances of DJS Consulting changed to Bit Badger Solutions - Fresher, responsive structure where text will be no wider than 66rem - The app sidebar on the home page now becomes a footer on viewports < 80rem
This commit is contained in:
@@ -12,8 +12,8 @@ export default new Router({
|
||||
mode: 'history',
|
||||
routes: [
|
||||
{ path: '/', name: 'Home', component: Home },
|
||||
{ path: '/applications/:app', name: 'Application', component: Application, props: true },
|
||||
{ path: '/applications', name: 'ApplicationList', component: ApplicationList },
|
||||
{ path: '/solutions/:app', name: 'Application', component: Application, props: true },
|
||||
{ path: '/solutions', name: 'ApplicationList', component: ApplicationList },
|
||||
{ path: '*', name: 'FourOhFour', component: FourOhFour }
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user