Forráskód Böngészése

Fix title casing for consistency in useGlobSetting hook

zq940222 3 hónapja
szülő
commit
49c7949147
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/hooks/setting/index.ts

+ 2 - 2
src/hooks/setting/index.ts

@@ -32,8 +32,8 @@ export const useGlobSetting = (): Readonly<GlobConfig> => {
     shortTitle = '苏豪通';
     title = '苏豪通'; // Use the imported image for this domain
   } else {
-    shortTitle = 'Adweb';
-    title = 'Adweb'; // Use the imported image for other domains
+    shortTitle = 'AdWeb';
+    title = 'AdWeb'; // Use the imported image for other domains
   }
   // Take global configuration
   const glob: Readonly<GlobConfig> = {