diff --git a/app/views/information/content_type.html.erb b/app/views/information/content_type.html.erb index fc25ba37..b1bfcfc9 100644 --- a/app/views/information/content_type.html.erb +++ b/app/views/information/content_type.html.erb @@ -404,7 +404,7 @@ on Notebook.ai. <%= link_to new_user_registration_path do %> - <% end %> diff --git a/app/views/layouts/tailwind/navbar/_logged_in.html.erb b/app/views/layouts/tailwind/navbar/_logged_in.html.erb index 9e75688e..61bd74c8 100644 --- a/app/views/layouts/tailwind/navbar/_logged_in.html.erb +++ b/app/views/layouts/tailwind/navbar/_logged_in.html.erb @@ -2,7 +2,7 @@
<%= 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' %> + <%# image_tag 'logos/book-small.webp', class: 'h-8 mt-1 px-1 float-left mr-3 bg-white rounded-lg' %> dashboard @@ -10,8 +10,8 @@ <% 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 + <% if @universe_scope %> + <%= link_to @universe_scope.name, @universe_scope, class: "relative -top-1 px-3 py-1 text-xl #{Universe.text_color} bg-purple-100 hover:bg-purple-200 rounded-lg" %> <% end %>