frontend: rename insights => journey tab
Parents:
163ef8b2 file(s) changed
- frontend/app/(tabs)/_layout.tsx +2 -2
- frontend/components/ui/icon-symbol.tsx +2 -1
frontend/app/(tabs)/_layout.tsx
@@ -50,8 +50,8 @@
50 50 <Tabs.Screen
51 51 name="insights"
52 52 options={{
53 - title: 'Insights',
54 - tabBarIcon: ({ color }) => <IconSymbol size={28} name="lightbulb-outline" color={color} />,
53 + title: 'Jornada',
54 + tabBarIcon: ({ color }) => <IconSymbol size={28} name="book" color={color} />,
55 55 }}
56 56 />
57 57
frontend/components/ui/icon-symbol.tsx
@@ -26,7 +26,8 @@ 'paperplane.fill': 'send',
26 26 'chevron.left.forwardslash.chevron.right': 'code',
27 27 'chevron.right': 'chevron-right',
28 28 'bolt': 'bolt',
29 - 'settings.fill': 'settings'
29 + 'settings.fill': 'settings',
30 + 'book': 'book'
30 31 } as IconMapping;
31 32
32 33 /**