mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 05:54:08 +00:00
Settings page UI improvements (#495)
* fix: UI fixes for "Settings" page on mobile * Critical to the Rabbit! --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -20,7 +20,6 @@ module SettingsHelper
|
||||
{ name: "Self-Hosting", path: :settings_hosting_path, condition: :self_hosted_and_admin? },
|
||||
{ name: "Providers", path: :settings_providers_path, condition: :admin_user? },
|
||||
{ name: "Imports", path: :imports_path, condition: :admin_user? },
|
||||
{ name: "SimpleFin", path: :simplefin_items_path, condition: :admin_user? },
|
||||
# More section
|
||||
{ name: "Guides", path: :settings_guides_path },
|
||||
{ name: "What's new", path: :changelog_path },
|
||||
|
||||
Reference in New Issue
Block a user