Sfoglia il codice sorgente

fix bg-image src url

yohei0125 3 anni fa
parent
commit
8ba7abfbe4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/app/src/components/Theme/ThemeHalloween.tsx

+ 1 - 1
packages/app/src/components/Theme/ThemeHalloween.tsx

@@ -7,7 +7,7 @@ import styles from './ThemeHalloween.module.scss';
 export const getBackgroundImageSrc = (colorScheme: Themes): string => {
 export const getBackgroundImageSrc = (colorScheme: Themes): string => {
   switch (colorScheme) {
   switch (colorScheme) {
     default:
     default:
-      return '/images/themes/halloween/halloween-navbar.jpg';
+      return '/images/themes/halloween/halloween.jpg';
   }
   }
 };
 };