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;