Skip to content

Commit

Permalink
Updated override, added logos
Browse files Browse the repository at this point in the history
  • Loading branch information
AndradeMatheus committed Nov 26, 2018
1 parent 1eb77e5 commit 0b0bd93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added app/assets/images/logos/logo_smaller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/logo_tiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions app/overrides/update_header.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#=begin
Deface::Override.new(:virtual_path => 'spree/shared/_header',
:name => 'change store logo',
:replace => 'figure#logo',
:text => "<%= link_to image_tag('logos/logo_small.png') %>"
)
#=end
:text => "<figure id='logo' class='col-md-4 col-sm-3' data-hook>
<%= link_to image_tag('logos/logo.png') %>
</figure>"
#:text => "<<%= link_to image_tag('logos/logo_small.png') %> "
)

0 comments on commit 0b0bd93

Please sign in to comment.