removed gitea link
This commit is contained in:
@@ -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
@@ -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,
|
||||
// },
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user