We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70f3c7 commit 225d2adCopy full SHA for 225d2ad
res/themes/element/img/backgrounds/lake.jpg
596 KB
res/themes/element/img/backgrounds/valley.jpg
-283 KB
src/components/views/auth/VectorAuthPage.js
@@ -28,7 +28,7 @@ export default class VectorAuthPage extends React.PureComponent {
28
if (VectorAuthPage.welcomeBackgroundUrl) return VectorAuthPage.welcomeBackgroundUrl;
29
30
const brandingConfig = SdkConfig.get().branding;
31
- VectorAuthPage.welcomeBackgroundUrl = "themes/element/img/backgrounds/valley.jpg";
+ VectorAuthPage.welcomeBackgroundUrl = "themes/element/img/backgrounds/lake.jpg";
32
if (brandingConfig && brandingConfig.welcomeBackgroundUrl) {
33
if (Array.isArray(brandingConfig.welcomeBackgroundUrl)) {
34
const index = Math.floor(Math.random() * brandingConfig.welcomeBackgroundUrl.length);
0 commit comments