From ad1a7579db03e09ab3dd69d90f58ff8a5556ab0d Mon Sep 17 00:00:00 2001 From: Viktor Jako Date: Mon, 4 Apr 2022 14:36:02 +0200 Subject: [PATCH] viktor-title-fix --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 3189a5d..44a9afd 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,7 +6,7 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'Tour of Heroes'; + title = 'Tour of Victors'; }