diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 3c61546..d2934c4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,5 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'cmpct-test'; + title = 'cmpct'; }