Skip to content

Commit

Permalink
Update _logo.html.erb (#2212)
Browse files Browse the repository at this point in the history
* Update _logo.html.erb

update logo to align with Hyrax 5 and stop using showing the globe icon if a logo is set.

* Update hyku.scss
  • Loading branch information
orangewolf authored May 15, 2024
1 parent 8540860 commit c7a05b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/hyku.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
.navbar-right {
margin-right: 10px;
}

.glyphicon {
display: none;
}
}

.dashboard .form-tab-content label {
Expand Down
1 change: 0 additions & 1 deletion app/views/_logo.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<% unless controller.controller_name == 'splash' %>
<% if logo_image %>
<a id="logo" href="<%= hyrax.root_path %>" data-no-turbolink="true">
<span class="glyphicon glyphicon-globe" role="img" aria-label="<%= application_name %>" aria-hidden="true"></span>
<%= image_tag logo_image, alt_text: block_for(name: 'logo_image_text') %>
</a>
<% else %>
Expand Down

0 comments on commit c7a05b1

Please sign in to comment.