feat:remove SEEKRIGHT PULSE RMM text title, leaving only the brand logo
This commit is contained in:
33
src/App.jsx
33
src/App.jsx
@@ -23,6 +23,7 @@ import {
|
|||||||
ArrowRight,
|
ArrowRight,
|
||||||
Sliders
|
Sliders
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
|
import sideBarLogo from './assets/side-bar-logo.png';
|
||||||
|
|
||||||
const API_BASE = import.meta.env.VITE_API_BASE_URL ||
|
const API_BASE = import.meta.env.VITE_API_BASE_URL ||
|
||||||
(window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1'
|
(window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1'
|
||||||
@@ -328,15 +329,13 @@ function App() {
|
|||||||
<div className="absolute bottom-1/4 right-1/4 w-96 h-96 bg-indigo-600/10 rounded-full blur-[120px]"></div>
|
<div className="absolute bottom-1/4 right-1/4 w-96 h-96 bg-indigo-600/10 rounded-full blur-[120px]"></div>
|
||||||
|
|
||||||
<div className="w-full max-w-md p-6 sm:p-8 md:p-10 glass-panel rounded-3xl border border-white/5 shadow-[0_8px_30px_rgba(0,0,0,0.6)] relative z-10 space-y-6">
|
<div className="w-full max-w-md p-6 sm:p-8 md:p-10 glass-panel rounded-3xl border border-white/5 shadow-[0_8px_30px_rgba(0,0,0,0.6)] relative z-10 space-y-6">
|
||||||
<div className="text-center space-y-3">
|
<div className="text-center">
|
||||||
<div className="w-14 h-14 mx-auto rounded-2xl bg-gradient-to-tr from-violet-600 to-indigo-600 flex items-center justify-center shadow-xl shadow-violet-500/20">
|
<div className="flex items-center justify-center">
|
||||||
<Zap className="w-7 h-7 text-white animate-pulse" />
|
<img
|
||||||
</div>
|
src={sideBarLogo}
|
||||||
<div>
|
alt="Seekright Logo"
|
||||||
<h1 className="font-extrabold text-xl tracking-tight text-white">
|
className="h-12 sm:h-16 w-auto object-contain transition-all duration-300 hover:scale-105"
|
||||||
SEEKRIGHT PULSE RMM
|
/>
|
||||||
</h1>
|
|
||||||
<p className="text-xs text-slate-400 font-medium mt-1">Operator Authentication Required</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -405,16 +404,12 @@ function App() {
|
|||||||
{/* Modern Glass Header Section */}
|
{/* Modern Glass Header Section */}
|
||||||
<header className="sticky top-0 z-30 w-full px-4 py-4 md:px-6 glass-panel border-b border-white/5 flex flex-col md:flex-row gap-4 items-stretch md:items-center justify-between shadow-[0_4px_30px_rgba(0,0,0,0.4)]">
|
<header className="sticky top-0 z-30 w-full px-4 py-4 md:px-6 glass-panel border-b border-white/5 flex flex-col md:flex-row gap-4 items-stretch md:items-center justify-between shadow-[0_4px_30px_rgba(0,0,0,0.4)]">
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<div className="w-10 h-10 rounded-xl bg-gradient-to-tr from-violet-600 to-indigo-600 flex items-center justify-center shadow-lg shadow-violet-500/20 relative group overflow-hidden">
|
<div className="flex items-center justify-center shrink-0">
|
||||||
<Zap className="w-5 h-5 text-white animate-pulse" />
|
<img
|
||||||
<span className="absolute inset-0 bg-white/20 translate-y-full group-hover:translate-y-0 transition-transform duration-300"></span>
|
src={sideBarLogo}
|
||||||
</div>
|
alt="Seekright Logo"
|
||||||
<div>
|
className="h-8 sm:h-10 w-auto object-contain transition-all"
|
||||||
<h1 className="font-bold text-lg tracking-tight text-white flex items-center gap-2">
|
/>
|
||||||
SEEKRIGHT PULSE RMM
|
|
||||||
<span className="text-[9px] uppercase font-mono px-2 py-0.5 rounded-full bg-violet-500/10 border border-violet-500/20 text-violet-300 font-semibold">CORE-v1.0</span>
|
|
||||||
</h1>
|
|
||||||
<p className="text-[11px] text-slate-400 font-medium">Enterprise Global Fleet & Whitelist Agent Orchestrator</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
BIN
src/assets/side-bar-logo.png
Normal file
BIN
src/assets/side-bar-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user