Renamed the tab that displays workers as Ouvrier

This commit is contained in:
Alexis Leboeuf
2025-12-13 20:47:46 +01:00
parent 211dffac98
commit dc83b1d06d

View File

@@ -49,7 +49,7 @@ export default function TabLayout() {
name="GestionOuvrier"
component={GestionOuvrier}
options={{
title: 'Bonjour',
title: 'Ouvriers',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="person.fill" color={color} />,
}}
/>