From 02e2a3112e562f0ba30914cbc02703c0b2ff7470 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Fri, 25 Jul 2025 14:40:21 +0200 Subject: [PATCH] Update src/global.fields.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/global.fields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.fields.ts b/src/global.fields.ts index 83c85c1..2d34940 100644 --- a/src/global.fields.ts +++ b/src/global.fields.ts @@ -3,7 +3,7 @@ public static readonly lastname: string = 'Lechner'; public static readonly contactMail: string = 'office@lechner-systems.at'; public static readonly contactPhone: string = '+43 (0) 660 9254001'; - public static readonly hrefContactPhone: string = '+436609254001'; + public static readonly hrefContactTel: string = '+436609254001'; public static readonly githubUsername: string = 'FrauJulian'; public static readonly numberOfLoadedRepositories: number = 999; }