diff --git a/components/Header.jsx b/components/Header.jsx index ae092e3..9409653 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -49,36 +49,50 @@ function Header() { }, [isAdminLoggedIn]); return ( -
-
+
+
Logo
-
- -
-
-

Stationsname

-

{deviceName}

-
+ {/* Stationsname & Device Name */} +
+

+ Stationsname +

+

+ {deviceName} +

-
+