<%= link_to root_path, class: "flex-shrink-0 flex items-center" do %> Baffle Hub <% end %>
<% if User.any? %> <%= link_to "🏠 Back to Dashboard", root_path, class: "text-gray-600 hover:text-gray-900 px-3 py-2 rounded-md text-sm font-medium transition-colors" %> <% end %>