From 1350b048caa7e32ade65d6261c3ac4c37a2076c1 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 1 Oct 2021 21:48:24 +0200 Subject: [PATCH] Use same logo as hackage It seems that http://www.haskell.org/static/img/logo.png is dead, and I couldn't easily find that file on the new hackage.org page. So as a relatively quick fix, this makes it use the same logo as hackage. --- src-ui.v2/src/Container.purs | 2 +- ui.v2/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui.v2/src/Container.purs b/src-ui.v2/src/Container.purs index ea9516d..2c65538 100644 --- a/src-ui.v2/src/Container.purs +++ b/src-ui.v2/src/Container.purs @@ -116,7 +116,7 @@ ui = [ HP.classes (H.ClassName <$> ["item","left","logo-container","clearfix"]) ] [ HH.img [ HP.class_ (H.ClassName "logo") - , HP.src "//www.haskell.org/static/img/logo.png" + , HP.src "//hackage.haskell.org/static/icons/ic_haskell_grayscale_32.svg" , HP.alt "Haskell Logo" ] , HH.h1 diff --git a/ui.v2/style.css b/ui.v2/style.css index 3005195..dadf353 100644 --- a/ui.v2/style.css +++ b/ui.v2/style.css @@ -71,7 +71,7 @@ body { #menu .logo { height: 43px; - width: 64px; + width: 43px; float: left; } #menu .logo-text {