diff --git a/config/navigation.rb b/config/navigation.rb index de9e530f58..61671d8a47 100644 --- a/config/navigation.rb +++ b/config/navigation.rb @@ -17,7 +17,7 @@ SimpleNavigation::Configuration.run do |navigation| n.item :preferences, safe_join([material_symbol('settings'), t('settings.preferences')]), settings_preferences_path, if: -> { current_user.functional? && !self_destruct } do |s| s.item :appearance, safe_join([material_symbol('computer'), t('settings.appearance')]), settings_preferences_appearance_path s.item :notifications, safe_join([material_symbol('mail'), t('settings.notifications')]), settings_preferences_notifications_path - s.item :other, safe_join([material_symbol('settings'), t('preferences.other')]), settings_preferences_other_path + s.item :other, safe_join([material_symbol('tune'), t('preferences.other')]), settings_preferences_other_path end n.item :relationships, safe_join([material_symbol('groups'), t('settings.relationships')]), relationships_path, if: -> { current_user.functional? && !self_destruct } do |s|