Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed May 2, 2024
1 parent 3dcc0e7 commit e30430e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added app/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/views/spree/admin/shared/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<% end %>
</title>

<%= favicon_link_tag asset_path('favicon.png') %>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion app/views/spree/admin/shared/_version.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
aria-label="Spree Commerce version">
<div class="d-flex align-items-center justify-content-between">
<span class="text-muted small">
<%= link_to Spree.version, "https://github.com/spree/spree/releases/tag/v#{Spree.version.gsub('.beta', '')}", target: '_blank' %>
<%= link_to Spree.version, "https://github.com/spree/spree/releases/tag/v#{Spree.version.gsub(/\.beta|\.rc\d+/, '')}", target: '_blank' %>
</span>
<% if spree_update_available? %>
<span class="small text-info">
Expand Down

0 comments on commit e30430e

Please sign in to comment.