Skip to content

Commit

Permalink
feat: updates visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel committed Apr 10, 2024
1 parent 780d111 commit 3688cd3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified res/themes/superhero/img/arts/chat-bot-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/themes/superhero/img/arts/chat-bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/views/auth/VectorAuthPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class VectorAuthPage extends React.PureComponent {
if (VectorAuthPage.welcomeBackgroundUrl) return VectorAuthPage.welcomeBackgroundUrl;

const brandingConfig = SdkConfig.getObject("branding");
VectorAuthPage.welcomeBackgroundUrl = "themes/superhero/img/backgrounds/gradient-bg.svg";
VectorAuthPage.welcomeBackgroundUrl = "themes/superhero/img/backgrounds/background-intro.png";

const configuredUrl = brandingConfig?.get("welcome_background_url");
if (configuredUrl) {
Expand Down

0 comments on commit 3688cd3

Please sign in to comment.