removed gitea link

This commit is contained in:
2026-03-15 17:05:33 +01:00
parent cc4cf51028
commit 6e848c21a5
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default function ConnectPage() {
"GoogleScholar",
"arXiv",
"ResearchGate",
"Gitea",
// "Gitea",
];
const socialLinks = Object.entries(DATA.contact.social).filter(([name]) =>
featuredSocials.includes(name)
+6 -6
View File
@@ -98,12 +98,12 @@ export const DATA = {
icon: Icons.globe,
pub: true,
},
Gitea: {
name: "Gitea",
url: "https://gitea.steffenillium.de",
icon: Icons.git,
pub: false,
},
// Gitea: {
// name: "Gitea",
// url: "https://gitea.steffenillium.de",
// icon: Icons.git,
// pub: false,
// },
},
},