diff --git a/apps/dispatch/app/_components/left/Chat.tsx b/apps/dispatch/app/_components/left/Chat.tsx index 2a4da1f8..ef442e4c 100644 --- a/apps/dispatch/app/_components/left/Chat.tsx +++ b/apps/dispatch/app/_components/left/Chat.tsx @@ -70,7 +70,14 @@ export const Chat = () => { tabIndex={0} className="dropdown-content card bg-base-200 w-150 shadow-md z-[1100] max-h-[400px] ml-2 border-1 border-primary" > -
+
+

Chat

diff --git a/apps/dispatch/app/_components/left/Report.tsx b/apps/dispatch/app/_components/left/Report.tsx index 375b3eb5..6706f110 100644 --- a/apps/dispatch/app/_components/left/Report.tsx +++ b/apps/dispatch/app/_components/left/Report.tsx @@ -58,6 +58,13 @@ export const Report = () => { className="dropdown-content card bg-base-200 w-150 shadow-md z-[1100] ml-2 border-1 border-error" >
+

Report senden

diff --git a/apps/hub/app/(app)/_components/Stats.tsx b/apps/hub/app/(app)/_components/Stats.tsx index e8962ab2..764a7b23 100644 --- a/apps/hub/app/(app)/_components/Stats.tsx +++ b/apps/hub/app/(app)/_components/Stats.tsx @@ -86,8 +86,8 @@ export const PilotStats = async () => { const totalFlownMissionsPercent = ((ownRankMissionsFlown * 100) / totalUserCount).toFixed(0); return ( -
-
+
+
{
-
+
{
{mostFlownStation && ( -
+
@@ -217,8 +217,8 @@ export const DispoStats = async () => { const minutes = Math.floor((totalDispoTime % (1000 * 60 * 60)) / (1000 * 60)); return ( -
-
+
+
{
{totalDispatchedMissions}
-
+
(
(
+ {/* Logo above the card */} + VAR Logo
{children}
diff --git a/apps/hub/app/_components/Nav.tsx b/apps/hub/app/_components/Nav.tsx index 4148664a..a61ad1bc 100644 --- a/apps/hub/app/_components/Nav.tsx +++ b/apps/hub/app/_components/Nav.tsx @@ -11,6 +11,7 @@ import Link from "next/link"; import { WarningAlert } from "./ui/PageAlert"; import { getServerSession } from "api/auth/[...nextauth]/auth"; import { Error } from "./Error"; +import Image from "next/image"; export const VerticalNav = async () => { const session = await getServerSession(); @@ -103,7 +104,17 @@ export const VerticalNav = async () => { export const HorizontalNav = () => (
- Virtual Air Rescue - HUB + + VAR Logo +

Virtual Air Rescue - HUB

+