mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
Show NOMAD instead of translated name in navbar
This commit is contained in:
@@ -45,7 +45,7 @@ export default function Navbar({ tripTitle, tripId, onBack, showBack, onShare })
|
|||||||
<Link to="/dashboard" className="flex items-center gap-2 transition-colors flex-shrink-0"
|
<Link to="/dashboard" className="flex items-center gap-2 transition-colors flex-shrink-0"
|
||||||
style={{ color: 'var(--text-primary)' }}>
|
style={{ color: 'var(--text-primary)' }}>
|
||||||
<Plane className="w-5 h-5" style={{ color: 'var(--text-primary)' }} />
|
<Plane className="w-5 h-5" style={{ color: 'var(--text-primary)' }} />
|
||||||
<span className="font-bold text-sm hidden sm:inline">{t('nav.trip')}</span>
|
<span className="font-bold text-sm hidden sm:inline">NOMAD</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
{tripTitle && (
|
{tripTitle && (
|
||||||
|
|||||||
Reference in New Issue
Block a user