diff --git a/components/header/Header.tsx b/components/header/Header.tsx
index 3fc497c..11f6bfc 100644
--- a/components/header/Header.tsx
+++ b/components/header/Header.tsx
@@ -85,18 +85,24 @@ function Header() {
priority={false}
/>
- {/* Stationsname & Device Name */}
-
-
- Meldestation
-
-
- {deviceName}
-
+ {/* TALAS-Logo + Text nebeneinander (flexibel oben links) */}
+
+
+
+
+ Meldestation
+
+
+ {deviceName}
+
+
@@ -111,23 +117,6 @@ function Header() {
*/}
- {/* Logo in der Mitte */}
-
-
-
{/* Logout-Button */}
diff --git a/config/webVersion.ts b/config/webVersion.ts
index 442cf58..4b857fb 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.308";
+const webVersion = "1.6.309";
export default webVersion;