diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 847f21c..8d8fa3c 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -21,7 +21,9 @@ - + diff --git a/src/languages/de.ts b/src/languages/de.ts index ae38613..9aa6abf 100644 --- a/src/languages/de.ts +++ b/src/languages/de.ts @@ -222,7 +222,7 @@ export const deLanguage: LanguagePack = { }, { title: 'Discord Audio Stream Library', - link: 'https://github.com/FrauJulian/Discord-Audio-Stream', + link: 'https://git.lechner-systems.at/fraujulian/Discord-Audio-Stream', description: 'Eine TypeScript-Library für Discord, die Audiowiedergabe einfacher macht, mit Fokus auf stabile 24/7-Streams ohne Unterbrechungen.', skills: ['TypeScript', 'YML'], diff --git a/src/languages/en.ts b/src/languages/en.ts index 512f04f..6ae1710 100644 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -222,7 +222,7 @@ export const enLanguage: LanguagePack = { }, { title: 'Discord Audio Stream Library', - link: 'https://github.com/FrauJulian/Discord-Audio-Stream', + link: 'https://git.lechner-systems.at/fraujulian/Discord-Audio-Stream', description: 'A TypeScript library for Discord that simplifies audio playback, with a focus on stable 24/7 streaming without interruptions.', skills: ['TypeScript', 'YML'],