From 570b2ec7c5890ef6f11eab5ac1c56eb3ec90911f Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sun, 14 Jun 2026 02:45:28 -0700 Subject: feat: enable Filings tab and route FilingsPage --- frontend/lib/overview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/lib/overview.ts') 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 } ]; -- cgit v1.3-2-g0d8e