Skip to content

Commit 6baa328

Browse files
fix: Fix route names
1 parent 4805a88 commit 6baa328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/tab.routes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const TabRoutes: React.FC = () => (
3131
component={Dashboard}
3232
/>
3333
<Tab.Screen
34-
name="Favorites"
34+
name="Orders"
3535
options={{
3636
tabBarIcon: ({ color }) => (
3737
<Icon size={25} name="shopping-bag" color={color} />
@@ -42,7 +42,7 @@ const TabRoutes: React.FC = () => (
4242
/>
4343

4444
<Tab.Screen
45-
name="Orders"
45+
name="Favorites"
4646
options={{
4747
tabBarIcon: ({ color }) => (
4848
<Icon size={25} name="heart" color={color} />

0 commit comments

Comments
 (0)