Tweaked some of the layout and added some window dressing to make things look a bit nicer. #1

Merged
lenrsmith merged 9 commits from lenrsmith/en_btr_frontend:feature/tweak-layout into master 2020-10-14 17:36:00 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 677425b9d3 - Show all commits

7
app/routes/index.js Normal file
View File

@ -0,0 +1,7 @@
import Route from '@ember/routing/route';
export default class IndexRoute extends Route {
beforeModel(/* transition */) {
this.transitionTo('verse', 'colossians-1-1');
}
}