summaryrefslogtreecommitdiff
path: root/frontend/lib/overview.ts
diff options
context:
space:
mode:
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 1ec793a..36a3c64 100644
--- a/frontend/lib/overview.ts
+++ b/frontend/lib/overview.ts
@@ -18,7 +18,7 @@ export type NavItem = {
export const OVERVIEW_NAV_ITEMS: NavItem[] = [
{ key: "overview", label: "Overview", icon: "chart" },
{ key: "financials", label: "Financials", icon: "ledger" },
- { key: "valuation", label: "Valuation", icon: "dollar", disabled: true },
+ { key: "valuation", label: "Valuation", icon: "dollar" },
{ key: "options", label: "Options", icon: "window", disabled: true },
{ key: "insiders", label: "Insiders", icon: "pulse", disabled: true },
{ key: "filings", label: "Filings", icon: "folder", disabled: true },