From efe1599d16b4ff51b62364a6716fea259bb73568 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Tue, 28 Nov 2023 13:24:25 +0000 Subject: [PATCH] Revert "Temp edit to test header url" This reverts commit e0d2c853f5e23dd705f399fb087b95633c76074f. --- app/views/layouts/application.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 0480b8638..b380be37c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -97,8 +97,6 @@ else component.navigation_item(text: "Your account", href: account_path) component.navigation_item(text: "Sign out", href: destroy_user_session_path) - component.navigation_item(text: "Test Logs", href: logs_path) - component.navigation_item(text: "Test Root", href: root_path) end end end %>