From 744344e4de2b86f43d21e8e0f59e593e22d0d2e2 Mon Sep 17 00:00:00 2001
From: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Date: Sun, 3 May 2026 12:32:03 -0700
Subject: [PATCH] feat(nav): enable Memory tab in BottomTabBar (#1125)
---
app/src/components/BottomTabBar.tsx | 30 ++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/app/src/components/BottomTabBar.tsx b/app/src/components/BottomTabBar.tsx
index 36e036ac6..5da0d4d10 100644
--- a/app/src/components/BottomTabBar.tsx
+++ b/app/src/components/BottomTabBar.tsx
@@ -54,21 +54,21 @@ const tabs = [
),
},
// Memory tab hidden until Intelligence feature is ready (#976)
- // {
- // id: 'intelligence',
- // label: 'Memory',
- // path: '/intelligence',
- // icon: (
- //
- // ),
- // },
+ {
+ id: 'intelligence',
+ label: 'Memory',
+ path: '/intelligence',
+ icon: (
+
+ ),
+ },
{
id: 'notifications',
label: 'Alerts',