diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c95a8b5..d4e2dc0 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -39,7 +39,7 @@ <% links = { "/" => "Home", - "/newest" => "Newest", + "/recent" => "Recent", "/comments" => "Comments" } %>