diff --git a/src/app/app.ts b/src/app/app.ts index 9a08a3d..8584b59 100644 --- a/src/app/app.ts +++ b/src/app/app.ts @@ -8,5 +8,5 @@ import { RouterOutlet } from '@angular/router'; styleUrl: './app.css' }) export class App { - protected readonly title = signal('d280-javascript'); + protected readonly title = signal('Interactive World Map'); } diff --git a/src/index.html b/src/index.html index 674660b..39bf639 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - D280Javascript + Interactive World Map