Fix background URL

This commit is contained in:
J. Ryan Stinnett 2019-02-01 14:25:18 -06:00
parent 6b359df6c6
commit 10f178e429

View file

@ -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 = {