From 4fee739089bc747ad0d699042dea1f0cb766d157 Mon Sep 17 00:00:00 2001 From: shenron Date: Sat, 14 Feb 2026 15:35:49 -0500 Subject: [PATCH] Update application title to Interactive World Map --- src/app/app.ts | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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