diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-18 00:17:17 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-18 00:17:17 -0700 |
| commit | 121aaba0bca0d01584505e6096e7ddb76983094b (patch) | |
| tree | 73d3ca391489e3257c5298c770c266fd50811bc0 /frontend/lib/overview.ts | |
| parent | adb3ee2fbf0b0686afc3e51b2bccc3423448ded9 (diff) | |
feat: add api.financials() and enable financials nav item
Diffstat (limited to 'frontend/lib/overview.ts')
| -rw-r--r-- | frontend/lib/overview.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lib/overview.ts b/frontend/lib/overview.ts index d02c5d3..1ec793a 100644 --- a/frontend/lib/overview.ts +++ b/frontend/lib/overview.ts @@ -17,7 +17,7 @@ export type NavItem = { export const OVERVIEW_NAV_ITEMS: NavItem[] = [ { key: "overview", label: "Overview", icon: "chart" }, - { key: "financials", label: "Financials", icon: "ledger", disabled: true }, + { key: "financials", label: "Financials", icon: "ledger" }, { key: "valuation", label: "Valuation", icon: "dollar", disabled: true }, { key: "options", label: "Options", icon: "window", disabled: true }, { key: "insiders", label: "Insiders", icon: "pulse", disabled: true }, |
