-
- <% if Current.organization.avatar.attached? %>
- <%= image_tag Current.organization.avatar, alt: current_organization_name, title: current_organization_name, height: 30 %>
- <% end %>
-
- <%= link_to home_index_path, class: 'navbar-brand fw-bold text-black' do %>
- <%= Current.organization.name %>
- <% end %>
-
-
+
+ <% if Current.organization.avatar.attached? %>
+ <%= image_tag Current.organization.avatar, alt: current_organization_name, title: current_organization_name, height: 30 %>
+ <% end %>
+
+ <%= link_to home_index_path, class: 'navbar-brand fw-bold text-black d-none d-sm-block' do %>
+ <%= Current.organization.name %>
+ <% end %>
+
+