Skip to content

Commit 225d2ad

Browse files
committed
new wallpaper
1 parent f70f3c7 commit 225d2ad

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
596 KB
Loading
-283 KB
Binary file not shown.

src/components/views/auth/VectorAuthPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default class VectorAuthPage extends React.PureComponent {
2828
if (VectorAuthPage.welcomeBackgroundUrl) return VectorAuthPage.welcomeBackgroundUrl;
2929

3030
const brandingConfig = SdkConfig.get().branding;
31-
VectorAuthPage.welcomeBackgroundUrl = "themes/element/img/backgrounds/valley.jpg";
31+
VectorAuthPage.welcomeBackgroundUrl = "themes/element/img/backgrounds/lake.jpg";
3232
if (brandingConfig && brandingConfig.welcomeBackgroundUrl) {
3333
if (Array.isArray(brandingConfig.welcomeBackgroundUrl)) {
3434
const index = Math.floor(Math.random() * brandingConfig.welcomeBackgroundUrl.length);

0 commit comments

Comments
 (0)