Skip to content

Commit

Permalink
Use generic shop icon in menu tab
Browse files Browse the repository at this point in the history
No user ever recognizes this icon as a Shop icon.
Also it is the old Solidus icon.
Let's use a generic icon, so it is easier to understand
and maintain.
  • Loading branch information
tvdeyen committed Mar 8, 2024
1 parent 810ca0e commit e065187
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/initializers/alchemy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
controller: '/spree/admin/orders',
action: 'index',
name: 'Store',
inline_image: '<svg version="1.1" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="vertical-align: middle">
<path d="M 6.687 21.839 L 17.314 21.839 L 17.314 2.162 L 6.687 2.162 Z M 19.476 24 L 4.525 24 L 4.525 0 L 19.476 0 Z M 13.89 17 C 13.307 16.662 13.078 16.287 13.05 15.313 L 13.05 8.574 C 13.05 6.554 12.05 5.814 9.911 4.794 L 8.99 6.434 L 10.111 7.074 C 10.693 7.412 10.923 7.786 10.951 8.761 L 10.951 15.5 C 10.951 17.52 11.951 18.26 14.09 19.279 L 15.01 17.64 Z" fill="currentColor"/>
</svg>',
icon: 'shopping-cart-line',
data: { turbolinks: false },
sub_navigation: [
{
Expand Down

0 comments on commit e065187

Please sign in to comment.