diff --git a/src/App.jsx b/src/App.jsx index 4ec956d..85b7763 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -23,6 +23,7 @@ import { ArrowRight, Sliders } from 'lucide-react'; +import sideBarLogo from './assets/side-bar-logo.png'; const API_BASE = import.meta.env.VITE_API_BASE_URL || (window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1' @@ -328,15 +329,13 @@ function App() {
-
-
- -
-
-

- SEEKRIGHT PULSE RMM -

-

Operator Authentication Required

+
+
+ Seekright Logo
@@ -405,16 +404,12 @@ function App() { {/* Modern Glass Header Section */}
-
- - -
-
-

- SEEKRIGHT PULSE RMM - CORE-v1.0 -

-

Enterprise Global Fleet & Whitelist Agent Orchestrator

+
+ Seekright Logo
diff --git a/src/assets/side-bar-logo.png b/src/assets/side-bar-logo.png new file mode 100644 index 0000000..95c8b2e Binary files /dev/null and b/src/assets/side-bar-logo.png differ