X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fapp.component.ts;h=283aedcf2fd72af3b42e104ff7e3ba039b905768;hb=a172837fe042e8acb3030df2d84cd39615cf5a11;hp=9a05a567fb1cc9c14339195eda17100ee08a82d2;hpb=4ad7b00938c3219f42a1017553a36d5f516b45cb;p=demos%2Fkafka%2Fchat diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9a05a567..283aedcf 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.less'] }) export class AppComponent { - title = 'chatroom-frontend'; + title = 'Chatroom'; }