From d26ae30fa6c21ac810a9cf2a972bdfcc36cadd75 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Sun, 9 Oct 2022 13:30:37 +0300 Subject: [PATCH] remove old code --- src/pages/index.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 92605f954..b4eb50e18 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -263,8 +263,6 @@ function Home({ initialSettings }) { export default function Wrapper({ initialSettings, fallback }) { const wrappedStyle = {}; if (initialSettings && initialSettings.background) { - // wrappedStyle.backgroundImage = `url(${initialSettings.background})`; - // wrappedStyle.backgroundSize = "cover"; const opacity = initialSettings.backgroundOpacity ?? 1; const opacityValue = 1 - opacity; wrappedStyle.backgroundImage = `