diff --git a/app/views/layouts/tailwind/navbar/_logged_in.html.erb b/app/views/layouts/tailwind/navbar/_logged_in.html.erb
index 04a8e976..f5bb8b6c 100644
--- a/app/views/layouts/tailwind/navbar/_logged_in.html.erb
+++ b/app/views/layouts/tailwind/navbar/_logged_in.html.erb
@@ -1,16 +1,18 @@
- <%= 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 %>
-
- All universes
+ <%= link_to root_path, class: 'hover:text-blue-100 mr-3' do %>
+ <%# image_tag 'logos/book-small.webp', class: 'h-8 px-1 float-left mr-3 bg-white rounded-full' %>
+ dashboard
+
+
+ Notebook.ai
+
+ <% end %>
+
+ <%= link_to '#', class: "relative -top-1 px-3 py-1 text-xl #{Universe.text_color} bg-purple-100 hover:bg-purple-200 rounded-lg" do %>
+ This Great Universe
+ <% end %>