Ver Fonte

fix bg-image src url

yohei0125 há 3 anos atrás
pai
commit
8ba7abfbe4
1 ficheiros alterados com 1 adições e 1 exclusões
  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 => {
   switch (colorScheme) {
     default:
-      return '/images/themes/halloween/halloween-navbar.jpg';
+      return '/images/themes/halloween/halloween.jpg';
   }
 };