diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index acbd16816..6866095da 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -75,7 +75,7 @@ <% items = [ { name: "Logs", url: case_logs_path, comparable_urls: ["/logs"] }, { name: "Users", url: users_organisation_path(current_user.organisation), comparable_urls: ["/users", "/account"] }, - { name: "About your organisation", url: "/organisations/#{current_user.organisation.id}", comparable_urls: ["/details"] }, + { name: "About your organisation", url: "/organisations/#{current_user.organisation.id}", comparable_urls: ["/organisations"] }, ] %> <% end %> <%= render PrimaryNavigationComponent.new(items:) %>