<%= current_user.name_with_fallback %>
<%= render "application/svg/user" %>
diff --git a/app/views/_tailwind/application/_menu_mobile.html.erb b/app/views/_tailwind/application/_menu_mobile.html.erb
index f4e4d3242..78eaa8778 100644
--- a/app/views/_tailwind/application/_menu_mobile.html.erb
+++ b/app/views/_tailwind/application/_menu_mobile.html.erb
@@ -26,7 +26,7 @@
<%= render "application/svg/user" %>
- <%= link_to current_user.name_with_fallback, profile_path, class: class_names("decoration-fuchsia", "decoration-4", "underline" => current_page?(profile_path)) %>
+ <%= link_to current_user.name_with_fallback, profile_alerts_path, class: class_names("decoration-fuchsia", "decoration-4", "underline" => current_page?(profile_alerts_path)) %>
<% else %>
<%= link_to "Sign In", new_user_session_path, class: class_names("decoration-fuchsia", "decoration-4", "underline" => current_page?(new_user_session_path)) %>
<% end %>