Changes Completed in Overview
This commit is contained in:
@@ -8,14 +8,17 @@ export default function Navbar() {
|
||||
const { mode } = useNav();
|
||||
|
||||
return (
|
||||
<header className="fixed top-0 right-0 left-64 z-30 flex h-16 items-center justify-between border-b border-[#142538]/50 bg-[#071321] px-8">
|
||||
<header className="fixed top-0 right-0
|
||||
left-64 z-30 flex h-16 items-center justify-between border-b
|
||||
border-[#142538]/50 bg-[#071321]/80 backdrop-blur-md px-8">
|
||||
{mode === "operations" ? (
|
||||
/* ================= OPERATIONS NAVBAR ================= */
|
||||
<>
|
||||
{/* Left Group */}
|
||||
<div className="flex items-center gap-2">
|
||||
{/* Company Selector */}
|
||||
<div className="flex items-center gap-2 rounded-full bg-[#0a1826] px-3 py-1.5 text-sm font-semibold text-[#10b981] border border-[#132338] cursor-pointer hover:bg-[#0f2338] transition whitespace-nowrap relative">
|
||||
<div className="flex items-center gap-2
|
||||
rounded-full bg-[#0a1826] px-3 py-1.5 text-sm font-semibold text-[#10b981] border border-[#132338] cursor-pointer hover:bg-[#0f2338] transition whitespace-nowrap relative">
|
||||
<span className="h-2 w-2 rounded-full bg-[#10b981] shrink-0"></span>
|
||||
|
||||
<select
|
||||
|
||||
Reference in New Issue
Block a user