mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Fix background URL
This commit is contained in:
parent
6b359df6c6
commit
10f178e429
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue