aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-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 5b28f3e..92b6e3e 100644
--- a/app/views/refinery/_header.html.erb
+++ b/app/views/refinery/_header.html.erb
@@ -15,13 +15,13 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
%>
<div id='logo'>
- <%= link_to image_tag("logo.png", :alt => "Heavymetal.no"), refinery.root_path %>
+ <%= link_to image_tag("logo.png", :alt => "Heavymetal.no", size: '200x100'), refinery.root_path %>
</div>
<div id="menu-area">
<%= render "common/search" %>
<%= 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/product-category/hmno/' %>
+ <%= link_to image_tag("d2-shop-logo.png", alt: "D2 Shop logo", size: '75x75'), 'https://d2shop.no/product-category/hmno/' %>
<%= link_to "HMNO Merch!", 'https://d2shop.no/product-category/hmno/' %>
</div>