diff --git a/FrontendV2/src/components/Header.tsx b/FrontendV2/src/components/Header.tsx
index a01199e..48f4813 100644
--- a/FrontendV2/src/components/Header.tsx
+++ b/FrontendV2/src/components/Header.tsx
@@ -23,6 +23,7 @@ import {
MoreVertical,
Languages,
Table,
+ ContactRound,
} from "lucide-react";
import { useUserContext } from "@/states/Context";
import { useState } from "react";
@@ -144,7 +145,7 @@ export const Header = () => {
window.open(
"https://git.the1s.de/Matthias-Claudius-Schule/borrow-system/wiki",
"_blank",
- "noopener,noreferrer"
+ "noopener,noreferrer",
)
}
children={
@@ -155,18 +156,12 @@ export const Header = () => {
}
/>
- window.open(
- "https://git.the1s.de/Matthias-Claudius-Schule/borrow-system",
- "_blank",
- "noopener,noreferrer"
- )
- }
+ value="contact"
+ onSelect={() => navigate("/contact", { replace: true })}
children={
-
- {t("source-code")}
+
+ {t("contact")}
}
/>
@@ -296,17 +291,15 @@ export const Header = () => {
- navigate("/contact", { replace: true })}
>
-
-
+
+
+ {t("contact")}
+
+