diff --git a/mobile/src/navigation.tsx b/mobile/src/navigation.tsx index 9604752..d27c83e 100644 --- a/mobile/src/navigation.tsx +++ b/mobile/src/navigation.tsx @@ -4,7 +4,7 @@ import { useNavigationContainerRef, } from '@react-navigation/native'; import { BugReportFAB } from './components/BugReportFAB'; -import { GoonWordmark } from './components/GoonWordmark'; +import { GoonMark } from './components/GoonWordmark'; import { GoonClient } from './api'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import React from 'react'; @@ -94,9 +94,10 @@ function TopTabs({ }) { const tabs: TopTab[] = ['Scenes', 'Movies', 'Sites']; return ( - - {/* Wordmark — branding po lewej, dystans do pierwszego tabu. */} - + + {/* Logo (mark) — spójne z ekranem logowania; węższe od wordmarku, więc Scenes/Movies/Sites + + akcje po prawej mieszczą się bez nachodzenia na wąskich telefonach. */} + {tabs.map((t) => { const active = t === current; @@ -178,7 +179,7 @@ export function AppNavigator({ onLogout, client, appVersion }: AppNavigatorProps - Sign out + 🚪 ), @@ -199,7 +200,7 @@ export function AppNavigator({ onLogout, client, appVersion }: AppNavigatorProps headerRight: () => ( - Sign out + 🚪 ), @@ -220,7 +221,7 @@ export function AppNavigator({ onLogout, client, appVersion }: AppNavigatorProps headerRight: () => ( - Sign out + 🚪 ),