mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-08 19:35:11 +01:00
Avoid double icon stack in prefs sidebar
This commit is contained in:
parent
9712518b2f
commit
de794376d6
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user