Skip to content

Commit 081343b

Browse files
committed
Matrix as welcome page
1 parent 663e82a commit 081343b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { UsageComponent } from './component/usage/usage.component';
1010
import { TeamsComponent } from './component/teams/teams.component';
1111

1212
const routes: Routes = [
13-
{ path: '', component: CircularHeatmapComponent },
13+
{ path: '', component: MatrixComponent },
1414
{ path: 'circular-heatmap', component: CircularHeatmapComponent },
1515
{ path: 'matrix', component: MatrixComponent },
1616
{ path: 'activity-description', component: ActivityDescriptionComponent },

0 commit comments

Comments
 (0)