From d40514c5f8d923e77c24e064e037941afc4628ed Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 7 Nov 2025 12:26:08 +0100 Subject: [PATCH] Remove email from navbar user menu --- CHANGELOG.md | 3 ++- app/views/shared/_navbar.html.erb | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3add9aaa..936c14ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Removed useless system tests and cover map functionality with Playwright e2e tests instead. - Number of family members on self-hosted instances is no longer limited. +- Export to GPX now adds adds speed and course to each point if they are available. + # [0.34.2] - 2025-10-31 @@ -169,7 +171,6 @@ Important: This feature relies on reverse geocoding. Without reverse geocoding, ## Changed - If user already have import with the same name, it will be appended with timestamp during the import process. -- Export to GPX now adds adds speed and course to each point if they are available. ## Fixed diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 1be2eef2..0f6f700f 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -156,8 +156,7 @@
  • - - <%= icon 'user' %> + <%= icon 'user' %> <% if onboarding_modal_showable?(current_user) %> <% end %>