refactor: replace codeberg links with self-hosted git

This commit is contained in:
Chneemann 2026-07-30 11:19:18 +02:00
parent 708f7d7f57
commit cd13f0d93f

View file

@ -52,13 +52,13 @@ export const getCommands = (
},
},
{
id: "codeberg",
label: "View Codeberg Profile",
id: "forgejo",
label: "View Self-Hosted Git Profile",
category: "Social / Links",
icon: "🏔️",
icon: "🔨",
action: () => {
window.open(
"https://codeberg.org/Chneemann",
"https://git.andre-kempf.com/Chneemann",
"_blank",
"noopener,noreferrer",
);
@ -92,12 +92,12 @@ export const getCommands = (
},
{
id: "source-code",
label: "View Site Source Code (Codeberg)",
label: "View Site Source Code (Self-Hosted Git)",
category: "Social / Links",
icon: "💻",
action: () => {
window.open(
"https://codeberg.org/Chneemann/portfolio",
"https://git.andre-kempf.com/Chneemann/portfolio",
"_blank",
"noopener,noreferrer",
);