This commit is contained in:
trochas
2025-12-09 16:34:20 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ export default function TabLayout() {
options={{ options={{
title: 'Ressources', title: 'Ressources',
tabBarIcon: ({ color }) => ( tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="hammer.fill" color={color} /> <IconSymbol size={28} name="backpack.fill" color={color} />
), ),
}} }}
/> />

View File

@@ -18,6 +18,7 @@ const MAPPING = {
'paperplane.fill': 'send', 'paperplane.fill': 'send',
'chevron.left.forwardslash.chevron.right': 'code', 'chevron.left.forwardslash.chevron.right': 'code',
'chevron.right': 'chevron-right', 'chevron.right': 'chevron-right',
'backpack.fill': 'backpack',
} as IconMapping; } as IconMapping;
/** /**