diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-06-02 21:26:54 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-06-02 21:26:54 +0200 |
commit | 091602c490db2adf22c1c34d91bfd601b6bd7d77 (patch) | |
tree | 94290a4aa94ca0ce784dc6191530fe0527ae0edb /app/views | |
parent | 8c8b22d4767458f403a8f774cf7850ee2c08a521 (diff) | |
download | hmnoweb-091602c490db2adf22c1c34d91bfd601b6bd7d77.tar.gz hmnoweb-091602c490db2adf22c1c34d91bfd601b6bd7d77.tar.bz2 hmnoweb-091602c490db2adf22c1c34d91bfd601b6bd7d77.zip |
Change merch store in page header.
Diffstat (limited to 'app/views')
-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 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> |