Skip to content

Commit

Permalink
Updated override logo, cleaned workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
AndradeMatheus committed Nov 26, 2018
1 parent 0c43660 commit 1eb77e5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file removed app/assets/images/logo.png
Binary file not shown.
Binary file added app/assets/images/logos/logo.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_small.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 removed app/overrides/images/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion app/overrides/update_header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Deface::Override.new(:virtual_path => 'spree/shared/_header',
:name => 'change store logo',
:replace => 'figure#logo',
:text => "<%= image_tag('/images/logo.png') %>"
:text => "<%= link_to image_tag('logos/logo_small.png') %>"
)
#=end

0 comments on commit 1eb77e5

Please sign in to comment.