Skip to content

Commit

Permalink
Rename "Wallet" to "Cards" (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg authored Dec 8, 2024
1 parent d67648f commit 019aef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function Navigator() {
</Stack.Navigator>
)}
</Tab.Screen>
<Tab.Screen name="Cards" options={{ tabBarLabel: "Wallet" }}>
<Tab.Screen name="Cards" options={{ tabBarLabel: "Cards" }}>
{() => (
<CardsStack.Navigator>
<CardsStack.Screen
Expand Down

0 comments on commit 019aef8

Please sign in to comment.