aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/images/d2-shop-logo.pngbin0 -> 5820 bytes
-rw-r--r--app/views/refinery/_header.html.erb4
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/images/d2-shop-logo.png b/app/assets/images/d2-shop-logo.png
new file mode 100644
index 0000000..a39854d
--- /dev/null
+++ b/app/assets/images/d2-shop-logo.png
Binary files differ
diff --git a/app/views/refinery/_header.html.erb b/app/views/refinery/_header.html.erb
index ef0253a..fea48c2 100644
--- a/app/views/refinery/_header.html.erb
+++ b/app/views/refinery/_header.html.erb
@@ -22,6 +22,6 @@
<%= Refinery::Pages::MenuPresenter.new(refinery_menu_pages, self).to_html %>
</div>
<div id="merchlink">
- <%= link_to image_tag("hypestore-logo.png", alt: "Hypestore", size: '197x75'), 'https://hypestore.no/collections/artistmerch-1' %>
- <%= link_to "HMNO Merch!", 'https://hypestore.no/collections/artistmerch-1' %>
+ <%= link_to image_tag("d2-shop-logo.png", alt: "D2 Shop logo", size: '197x75'), 'https://d2shop.no/' %>
+ <%= link_to "HMNO Merch!", 'https://d2shop.no/' %>
</div>