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',