Skip to content

Commit

Permalink
Remove dashboard and rename "Spravy" do "Vsetky spravy"
Browse files Browse the repository at this point in the history
  • Loading branch information
stage-rl committed Oct 24, 2023
1 parent 146e4dd commit 7d0f38a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lib/sidebar_menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def initial_structure(controller, _action)

def default_main_menu
[
TW::SidebarMenuItemComponent.new(name: 'Prehľad', url: root_path, icon: Icons::DashboardComponent.new),
TW::SidebarMenuItemComponent.new(name: 'Správy', url: message_threads_path, icon: Icons::SchrankaComponent.new),
TW::SidebarMenuItemComponent.new(name: 'Všetky správy', url: message_threads_path, icon: Icons::SchrankaComponent.new),
Layout::FilterListComponent.new(filters: @parameters[:filters]),
Layout::TagListComponent.new(tags: @parameters[:tags]),
TW::SidebarMenuItemComponent.new(name: 'Nastavenia', url: filters_path, icon: Icons::SettingsComponent.new)
Expand Down

0 comments on commit 7d0f38a

Please sign in to comment.