switched to new git link

This commit is contained in:
2023-09-13 17:43:24 +02:00
parent befd2f05c0
commit e40e6c67f6

View File

@@ -65,7 +65,7 @@ export class BackendService {
public async getSocials(): Promise<Social[]> { public async getSocials(): Promise<Social[]> {
return [ return [
{href: 'https://www.instagram.com/leonh.23/', image: 'https://instagram.com/favicon.ico'}, {href: 'https://www.instagram.com/leonh.23/', image: 'https://instagram.com/favicon.ico'},
{href: 'https://git.leon-hoppe.de/leon.hoppe', image: 'https://git.leon-hoppe.de/favicon.ico'}, {href: 'https://gitlab.com/leon.hoppe', image: 'https://gitlab.com/favicon.ico'},
{href: 'mailto://leon@ladenbau-hoppe.de', image: 'https://webmail.strato.de/favicon.ico'} {href: 'mailto://leon@ladenbau-hoppe.de', image: 'https://webmail.strato.de/favicon.ico'}
]; ];
} }