diff --git a/frontend/src/components/shared/Navbar.jsx b/frontend/src/components/shared/Navbar.jsx index aa10e55..7a24d48 100644 --- a/frontend/src/components/shared/Navbar.jsx +++ b/frontend/src/components/shared/Navbar.jsx @@ -68,7 +68,6 @@ const MEGA_MENU_ITEMS = [ ]; // ─── Tag Badge ───────────────────────────────────────────────────────────────── -// Refined: thinner border, tighter tracking, color-coded per type const TAG_COLORS = { HOT: "border-orange-400 text-orange-500", NEW: "border-emerald-400 text-emerald-600", @@ -127,25 +126,20 @@ function MegaMenuPanel({ megaRef, onMouseEnter, onMouseLeave, onClose, megaTrigg className="absolute top-full left-1/2 mt-4 w-[620px] bg-white border border-zinc-200 shadow-2xl shadow-black/8 z-50 rounded-sm" style={{ transform: "translateX(-50%)" }} > - {/* Single thin top accent — replaces aggressive border-4 */}
AI-Powered Tools — GSSoC '26
- {/* Item grid — gap-px with bg-zinc-100 creates razor-thin dividers */}