aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-06-02 21:26:54 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-06-03 09:24:16 +0200
commit17a4ce5cba7e35f4b699db6096df77ec0df07a52 (patch)
tree25ea8bf8d3c28c8b0ae8d3b851814b21eef25086
parent4c952ed32b3f0e0e9679a8e144fbbb5b8869c041 (diff)
downloadhmnoweb-17a4ce5cba7e35f4b699db6096df77ec0df07a52.tar.gz
hmnoweb-17a4ce5cba7e35f4b699db6096df77ec0df07a52.tar.bz2
hmnoweb-17a4ce5cba7e35f4b699db6096df77ec0df07a52.zip
Change merch store in page header.
-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>