From f8fe84a4838643f3d9b9796b748174d73ccfaeac Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 20 Feb 2025 09:24:03 +0100 Subject: [PATCH] NetzwerkInfo nimmt automatisch horizontale Breite mit flex-direction: row --- components/main/uebersicht/NetworkInfo.tsx | 4 ++-- config/webVersion.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/main/uebersicht/NetworkInfo.tsx b/components/main/uebersicht/NetworkInfo.tsx index 8beb2f5..42743a3 100644 --- a/components/main/uebersicht/NetworkInfo.tsx +++ b/components/main/uebersicht/NetworkInfo.tsx @@ -19,8 +19,8 @@ const NetworkInfo: React.FC = () => { "Unbekannt"; return ( -
-
+
+
IP Address
diff --git a/config/webVersion.ts b/config/webVersion.ts index 03e4cb6..92e5d4b 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.62"; +const webVersion = "1.6.63"; export default webVersion;