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