From a8b313dd16e51d3887b2844557d6d070630d0654 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Wed, 22 Jul 2026 22:41:40 +0200 Subject: [PATCH] fix(links): point portfolio links to Gitea --- src/app/home/home.component.html | 4 +++- src/languages/de.ts | 2 +- src/languages/en.ts | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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'],