Skip to content

Commit

Permalink
Branding updates (#63)
Browse files Browse the repository at this point in the history
* Generic gray logo

* Updates to theme button styles

* Removed count on homepage content

* Updates to theme button colors
  • Loading branch information
norm0 authored Dec 15, 2021
1 parent 8111f24 commit aad956d
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 226 deletions.
Binary file modified app/assets/images/default_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/views/hyrax/homepage/_home_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<p><%= t('hyrax.homepage.featured_works.no_works') %></p>
</div>
<% else %>
<% 5.times do %>
<%= render partial: 'featured', collection: @featured_work_list.featured_works %>
<% end %>
<%= render partial: 'featured', collection: @featured_work_list.featured_works %>
<% end %>
</div>

Expand Down
Loading

0 comments on commit aad956d

Please sign in to comment.