mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
remove old code
This commit is contained in:
@@ -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 = `
|
||||
|
||||
Reference in New Issue
Block a user