mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
remove old code
This commit is contained in:
parent
ba428cf3ae
commit
d26ae30fa6
1 changed files with 0 additions and 2 deletions
|
@ -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 = `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue