diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb
index 9268482..6ef015d 100644
--- a/app/views/shared/_navbar.html.erb
+++ b/app/views/shared/_navbar.html.erb
@@ -9,32 +9,23 @@
<% if user_signed_in? %>
+ <%= link_to "Admin panel", new_user_session_path, class: "text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium" %>
<%= button_to "Sign out",
destroy_user_session_path,
method: :delete,
class: "text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium"
%>
<% else %>
- <%= link_to "Sign In", new_user_session_path, class: "text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium" %>
+ <%= link_to "Admin panel", avo_path, class: "text-gray-700 hover:text-gray-900 px-3 py-2 text-sm font-medium" %>
<% end %>
+
+
-
-
\ No newline at end of file