Remove email from navbar user menu

This commit is contained in:
Eugene Burmakin 2025-11-07 12:26:08 +01:00
parent 100e645c52
commit d40514c5f8
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -156,8 +156,7 @@
<li>
<details>
<summary>
<span class="hidden xl:inline"><%= current_user.email %></span>
<span class="inline xl:hidden"><%= icon 'user' %></span>
<span class="inline"><%= icon 'user' %></span>
<% if onboarding_modal_showable?(current_user) %>
<span class="indicator-item badge badge-secondary badge-xs"></span>
<% end %>