Update src/global.fields.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Julian Lechner
2025-07-25 14:40:21 +02:00
committed by GitHub
co-authored by Copilot
parent fb1bc571d2
commit 02e2a3112e
+1 -1
View File
@@ -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;
}