diff options
Diffstat (limited to 'apps/mobile/app/dashboard/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/_layout.tsx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx index ff2384d2..bb14a203 100644 --- a/apps/mobile/app/dashboard/_layout.tsx +++ b/apps/mobile/app/dashboard/_layout.tsx @@ -10,13 +10,17 @@ export default function Dashboard() { <Stack.Screen name="favourites" options={{ - title: "⭐️ Favourites", + headerTitle: "", + headerBackTitle: "Back", + headerTransparent: true, }} /> <Stack.Screen name="archive" options={{ - title: "🗄️ Archive", + headerTitle: "", + headerBackTitle: "Back", + headerTransparent: true, }} /> <Stack.Screen |
