From 10f178e429cfb64b768baed4f6e612fef89872d0 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 14:25:18 -0600 Subject: [PATCH] Fix background URL --- src/components/views/auth/VectorAuthPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/VectorAuthPage.js b/src/components/views/auth/VectorAuthPage.js index dac1eae30..e277cb18c 100644 --- a/src/components/views/auth/VectorAuthPage.js +++ b/src/components/views/auth/VectorAuthPage.js @@ -30,7 +30,7 @@ module.exports = React.createClass({ const AuthFooter = sdk.getComponent('auth.AuthFooter'); const pageStyle = { - background: 'center/cover fixed url(../../themes/riot/img/backgrounds/valley.jpg)', + background: 'center/cover fixed url(themes/riot/img/backgrounds/valley.jpg)', }; const modalStyle = {