diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5baad62469ababb1d80a018a8a88b4b25e922f4e..44c4b95a9de7b44133bbc4e9681cee52907f4bdb 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -109,8 +109,8 @@ <% else %> <!-- Not logged in state --> <div class="flex items-center space-x-4"> - <%= link_to "Assignments", assignments_path, class: "text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" %> <%= link_to "Log in", new_user_session_path, class: "text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" %> + <%= link_to "Sign up", new_user_registration_path, class: "text-gray-600 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" %> </div> <!-- Dark mode toggle button -->