summaryrefslogtreecommitdiff
path: root/frontend/lib/overview.ts
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-06-14 02:45:28 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-06-14 02:45:28 -0700
commit570b2ec7c5890ef6f11eab5ac1c56eb3ec90911f (patch)
treef7653a3c615b18319fffb417ec6f8b37cc9ff0ab /frontend/lib/overview.ts
parentad4109791cc3fdf8c0bf15969610741281caaa8f (diff)
feat: enable Filings tab and route FilingsPage
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 04f9c64..62995d6 100644
--- a/frontend/lib/overview.ts
+++ b/frontend/lib/overview.ts
@@ -21,7 +21,7 @@ export const OVERVIEW_NAV_ITEMS: NavItem[] = [
{ key: "valuation", label: "Valuation", icon: "dollar" },
{ key: "options", label: "Options", icon: "window" },
{ key: "insiders", label: "Insiders", icon: "pulse" },
- { key: "filings", label: "Filings", icon: "folder", disabled: true },
+ { key: "filings", label: "Filings", icon: "folder" },
{ key: "news", label: "News", icon: "terminal", disabled: true }
];