diff --git a/app/views/application/_menu.html.erb b/app/views/application/_menu.html.erb
index cabf0514..63ed7c44 100644
--- a/app/views/application/_menu.html.erb
+++ b/app/views/application/_menu.html.erb
@@ -72,6 +72,13 @@
+
+
<%= link_to user_notifications_path(current_user),
class: 'flex items-center bg-gray-800 p-2 rounded-md text-gray-400 hover:bg-gray-700 hover:text-white' do %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 7ed819ba..4f04b700 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -14,6 +14,7 @@
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
+
@@ -43,6 +44,16 @@
+
+
+
+
+
+