File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 44 FxBottomSheetModalMethods ,
55 FxArrowUpIcon ,
66 useFxTheme ,
7+ FxScanCodeIcon ,
78} from '@functionland/component-library' ;
89import { createNativeStackNavigator } from '@react-navigation/native-stack' ;
910import { BloxScreen } from '../screens/Blox/Blox.screen' ;
@@ -245,16 +246,9 @@ export const MainTabsNavigator = () => {
245246 name = { Routes . ChatAITab }
246247 component = { ChatAIScreen }
247248 options = { {
248- tabBarIcon : ( { color } ) => (
249- < SvgUri
250- uri = "https://raw.githubusercontent.com/functionland/fx-components/main/apps/box/assets/icons/chatai-icon.svg"
251- width = { 24 }
252- height = { 24 }
253- fill = { color }
254- style = { { alignSelf : 'center' , padding : 0 , margin : 0 } }
255- />
256- ) ,
257- tabBarLabel : 'ChatAI' ,
249+ // eslint-disable-next-line react/no-unstable-nested-components
250+ tabBarIcon : ( { color } ) => < FxScanCodeIcon fill = { color } /> ,
251+ tabBarLabel : 'Loyal Agent' ,
258252 } }
259253 />
260254 < MainTabs . Screen
You can’t perform that action at this time.
0 commit comments