diff options
| author | Harald Eilertsen <haraldei@anduin.net> | 2021-06-03 09:28:40 +0200 |
|---|---|---|
| committer | Harald Eilertsen <haraldei@anduin.net> | 2021-06-03 09:28:40 +0200 |
| commit | e6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a (patch) | |
| tree | 0f6cc2c459efad70a4c76a8a5b6d9bcb4dac63f5 | |
| parent | 17a4ce5cba7e35f4b699db6096df77ec0df07a52 (diff) | |
| download | hmnoweb-e6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a.tar.gz hmnoweb-e6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a.tar.bz2 hmnoweb-e6bcca40c0ce7ed2e2414614d4400f00ebcf3f3a.zip | |
Update merch link
| -rw-r--r-- | app/views/refinery/_header.html.erb | 4 |
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> |
