refactor: replace codeberg links with self-hosted git
This commit is contained in:
parent
708f7d7f57
commit
cd13f0d93f
1 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue