link
Playwright Tests / test-playwright (1, 2) (push) Canceled after 0s
Playwright Tests / test-playwright (2, 2) (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
Playwright Tests / merge-reports (push) Canceled after 0s

Signed-off-by: Melvin Strobl <lc3267@kit.edu>
This commit is contained in:
Melvin Strobl
2026-08-18 14:22:47 +02:00
parent a03d17975f
commit 76dbedd0f7
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",
},
]