From 184559263e61306c896da71790f2c01639bb9a9c Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 22:39:59 +0100 Subject: [PATCH] Remove setBackground file --- client/src/ui/system/utils/background.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 client/src/ui/system/utils/background.js diff --git a/client/src/ui/system/utils/background.js b/client/src/ui/system/utils/background.js deleted file mode 100644 index cd6e3cf..0000000 --- a/client/src/ui/system/utils/background.js +++ /dev/null @@ -1,7 +0,0 @@ - -function setBackground(){ - let bg = "https://picsum.photos/1366/768.webp"; - document.body.style.background = "url('" + bg + "')"; -} - -export default setBackground; \ No newline at end of file