diff --git a/components/mission-control/MissionControlDashboard.tsx b/components/mission-control/MissionControlDashboard.tsx
index 89548bd..e2172e2 100644
--- a/components/mission-control/MissionControlDashboard.tsx
+++ b/components/mission-control/MissionControlDashboard.tsx
@@ -54,6 +54,7 @@ const sidebarCategories: SidebarCategory[] = [
]},
{ id: "council", name: "Council", icon: "🏛️", items: [
{ id: "teams", name: "Agent Teams", icon: "👥", category: "council" },
+ { id: "golden-notes", name: "Golden Notes", icon: "🔥", category: "golden-notes" },
{ id: "ai-settings", name: "AI Settings", icon: "🤖", category: "council-settings" },
]},
{ id: "calendar", name: "Calendar", icon: "📅", items: [
@@ -153,28 +154,11 @@ export default function MissionControlDashboard({ onLogout }: MissionControlDash
);
}
- // Golden Wisdom Banner
- const goldenNotes = (
-
-
-
- 🔥
-
GOLDEN NOTES
-
-
- - • Fun first. Learning second. Outcome last.
- - • Signal intent early — don't wait too long
- - • Warmth + tension = desire, not friendzone
- - • Lead more — calm + leading = attractive
- - • Feel more, optimize less
-
-
-
- )
+ // Golden Notes - moved to Council tab
+ // Removed from home page per user request
return (
- {goldenNotes}