diff --git a/src/components/Header.tsx b/src/components/Header.tsx index f080bcc..c0102ee 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -255,138 +255,6 @@ export default function Header() { return (
- {/* TOP BAR */} -
-
-

- News & Intelligence for Broadcast, Post-Production & Streaming Technology -

-
- - - - - - - - - - - - -
- {/* Language Switcher — Section 18B */} - -
- {/* Sign In / Register removed — PR firms now authenticate at - distribution.relevantmediaproperties.com; /wp-login, - /wp-admin, /login redirect there from middleware. */} - {currentUserId ? ( - <> - - My Profile - - - - ) : ( - <> - - Sign In - - - Join - - - )} - {isAdmin && ( - <> - - WP Import - - - Articles - - - Editorial - - - Newsletter - - - {/* TOOLS dropdown — admin tools consolidated */} -
- -
- Users - Analytics - Audit Log - Notifications - Forum Seed - Company Tracker - Show Calendar - AI Console - Banned Terms -
-
- - Dashboard - - - )} - {/* Inline Email Subscription Form */} - {subStatus === "success" ? ( - {subMessage} - ) : ( -
- setSubEmail(e.target.value)} - placeholder="your@email.com" - aria-label="Email address for newsletter" - disabled={subStatus === "loading"} - className="h-5 px-2 text-[11px] bg-[#0d1520] border border-[#2a3a50] text-[#ccc] placeholder-[#555] rounded focus:outline-none focus:border-[#3b82f6] focus-visible:ring-1 focus-visible:ring-[#3b82f6] w-32 disabled:opacity-50 transition-colors" - /> - - {subStatus === "error" && ( - {subMessage} - )} -
- )} -
-
-
- {/* MAIN NAV */}
+ {/* SECONDARY BAR — was the TOP BAR above the main nav until Ryan asked + it move under the main nav on 2026-05-27. Lives outside the sticky + wrapper so it scrolls off, with a hairline separator below to keep + it visually distinct from the browse bar. */} +
+
+

+ News & Intelligence for Broadcast, Post-Production & Streaming Technology +

+
+ + + + + + + + + + + + +
+ {/* Language Switcher — Section 18B */} + +
+ {currentUserId ? ( + <> + + My Profile + + + + ) : ( + <> + + Sign In + + + Join + + + )} + {isAdmin && ( + <> + + WP Import + + + Articles + + + Editorial + + + Newsletter + + + {/* TOOLS dropdown — admin tools consolidated */} +
+ +
+ Users + Analytics + Audit Log + Notifications + Forum Seed + Company Tracker + Show Calendar + AI Console + Banned Terms +
+
+ + Dashboard + + + )} + {/* Inline Email Subscription Form */} + {subStatus === "success" ? ( + {subMessage} + ) : ( +
+ setSubEmail(e.target.value)} + placeholder="your@email.com" + aria-label="Email address for newsletter" + disabled={subStatus === "loading"} + className="h-5 px-2 text-[11px] bg-[#0d1520] border border-[#2a3a50] text-[#ccc] placeholder-[#555] rounded focus:outline-none focus:border-[#3b82f6] focus-visible:ring-1 focus-visible:ring-[#3b82f6] w-32 disabled:opacity-50 transition-colors" + /> + + {subStatus === "error" && ( + {subMessage} + )} +
+ )} +
+
+ {/* Hairline accent separator — mirrors the divider next to "Staff Editorial" */} +
+
+ {/* BROWSE BAR — search left, primary nav right */}