Signed-off-by: Melvin Strobl <lc3267@kit.edu>
This commit is contained in:
Melvin Strobl
2026-08-18 14:22:47 +02:00
parent aa40ccb58b
commit 129c92e3d8
3 changed files with 8 additions and 5 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
import { SiCodeberg } from "react-icons/si"
import { SiGitea } from "react-icons/si"
const socialLinks = [
{
icon: SiCodeberg,
icon: SiGitea,
href: "https://git.stroblme.de/Fluksio",
label: "Codeberg",
label: "Gitea",
},
]