From f000943489e6a849f9a28bdc3bef91be32847424 Mon Sep 17 00:00:00 2001 From: Maurice Date: Thu, 19 Mar 2026 00:48:30 +0100 Subject: [PATCH] Show NOMAD instead of translated name in navbar --- client/src/components/Layout/Navbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Layout/Navbar.jsx b/client/src/components/Layout/Navbar.jsx index c777b977..86f7a533 100644 --- a/client/src/components/Layout/Navbar.jsx +++ b/client/src/components/Layout/Navbar.jsx @@ -45,7 +45,7 @@ export default function Navbar({ tripTitle, tripId, onBack, showBack, onShare }) - {t('nav.trip')} + NOMAD {tripTitle && (