aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-06-03 09:28:40 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-06-03 09:28:40 +0200
commite6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a (patch)
tree0f6cc2c459efad70a4c76a8a5b6d9bcb4dac63f5
parent17a4ce5cba7e35f4b699db6096df77ec0df07a52 (diff)
downloadhmnoweb-e6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a.tar.gz
hmnoweb-e6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a.tar.bz2
hmnoweb-e6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a.zip
Update merch link
-rw-r--r--app/views/refinery/_header.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/refinery/_header.html.erb b/app/views/refinery/_header.html.erb
index fea48c2..5b28f3e 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("d2-shop-logo.png", alt: "D2 Shop logo", size: '197x75'), 'https://d2shop.no/' %>
- <%= link_to "HMNO Merch!", 'https://d2shop.no/' %>
+ <%= link_to image_tag("d2-shop-logo.png", alt: "D2 Shop logo", size: '197x75'), 'https://d2shop.no/product-category/hmno/' %>
+ <%= link_to "HMNO Merch!", 'https://d2shop.no/product-category/hmno/' %>
</div>