diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index 5ea55172..4e674cb8 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -42,9 +42,9 @@ -
+
<% if @universe_scope %> -
+
<%= link_to multiverse_path do %>
<% else %> - <%= link_to multiverse_path, class: "px-3 py-2 text-base #{Universe.text_color} bg-purple-50 hover:bg-purple-200 rounded" do %> + <%= link_to multiverse_path, class: "px-3 py-2 inline-block text-base #{Universe.text_color} bg-purple-50 hover:bg-purple-200 rounded" do %> Choose a universe <% end %> <% end %>