From 63ea2ae2fd061077f9b01a9ddedc1f7e668b3dcc Mon Sep 17 00:00:00 2001 From: Capelo Date: Wed, 20 Mar 2019 16:08:28 +0000 Subject: [PATCH] fix: remove company logo blur and add a fade-in --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index 1f630a478..6b7144bca 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -142,7 +142,7 @@ export const query = graphql` url } fluid(maxWidth: 250) { - ...GatsbyContentfulFluid_withWebp + ...GatsbyContentfulFluid_withWebp_noBase64 } } }