diff --git a/app/views/layouts/tailwind/navbar/_logged_in.html.erb b/app/views/layouts/tailwind/navbar/_logged_in.html.erb
index a4f08d67..ff97f916 100644
--- a/app/views/layouts/tailwind/navbar/_logged_in.html.erb
+++ b/app/views/layouts/tailwind/navbar/_logged_in.html.erb
@@ -1,8 +1,13 @@
-
- <%= image_tag 'logos/book-small.webp', class: 'h-8 w-8 px-1 float-left mr-3 bg-white rounded-full' %>
- <%= link_to 'Notebook.ai', root_path, class: 'hover:text-blue-100' %>
-
+
+ <%= link_to root_path, class: 'hover:text-blue-100' do %>
+ <%# image_tag 'logos/book-small.webp', class: 'h-8 px-1 float-left mr-3 bg-white rounded-full' %>
+
dashboard
+
+
+ Notebook.ai
+
+ <% end %>