diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 741dc79..788e400 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -12,7 +12,7 @@ const routes: Routes = [ { path: 'dashboard', component: DashboardComponent }, { path: 'sprints', component: SprintTableComponent }, { path: 'backlog', component: BacklogComponent }, - { path: '', redirectTo: '/tasks', pathMatch: 'full' }, + { path: '', redirectTo: '/dashboard', pathMatch: 'full' }, ]; @NgModule({ diff --git a/src/index.html b/src/index.html index 465957e..aaf052a 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - Frontend + Scrum Taskboard