diff --git a/client/src/ui/system/background.js b/client/src/ui/system/utils/background.js similarity index 69% rename from client/src/ui/system/background.js rename to client/src/ui/system/utils/background.js index 32cad79..cd6e3cf 100644 --- a/client/src/ui/system/background.js +++ b/client/src/ui/system/utils/background.js @@ -1,6 +1,6 @@ function setBackground(){ - let bg = "https://picsum.photos/1280/720.webp"; + let bg = "https://picsum.photos/1366/768.webp"; document.body.style.background = "url('" + bg + "')"; }