summaryrefslogtreecommitdiff
path: root/frontend/lib/overview.ts
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-06-22 15:11:51 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-06-22 15:11:51 -0700
commite66c7b9171c8c08da38120490bed15a9b877d222 (patch)
tree7a468ada2e53989c36555a42de12fe8069edbc49 /frontend/lib/overview.ts
parent911765d8d1094df1baed4c3a313988e18cc31755 (diff)
feat: add NewsPage component and enable News tab
Diffstat (limited to 'frontend/lib/overview.ts')
-rw-r--r--frontend/lib/overview.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lib/overview.ts b/frontend/lib/overview.ts
index 62995d6..a196dd5 100644
--- a/frontend/lib/overview.ts
+++ b/frontend/lib/overview.ts
@@ -22,7 +22,7 @@ export const OVERVIEW_NAV_ITEMS: NavItem[] = [
{ key: "options", label: "Options", icon: "window" },
{ key: "insiders", label: "Insiders", icon: "pulse" },
{ key: "filings", label: "Filings", icon: "folder" },
- { key: "news", label: "News", icon: "terminal", disabled: true }
+ { key: "news", label: "News", icon: "terminal" }
];
export function buildIdentityLine(overview: TickerOverview): string {