diff options
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 bb63e83..04f9c64 100644 --- a/frontend/lib/overview.ts +++ b/frontend/lib/overview.ts @@ -20,7 +20,7 @@ export const OVERVIEW_NAV_ITEMS: NavItem[] = [ { key: "financials", label: "Financials", icon: "ledger" }, { key: "valuation", label: "Valuation", icon: "dollar" }, { key: "options", label: "Options", icon: "window" }, - { key: "insiders", label: "Insiders", icon: "pulse", disabled: true }, +{ key: "insiders", label: "Insiders", icon: "pulse" }, { key: "filings", label: "Filings", icon: "folder", disabled: true }, { key: "news", label: "News", icon: "terminal", disabled: true } ]; |
