Эх сурвалжийг харах

Fix title casing for consistency in useGlobSetting hook

zq940222 3 сар өмнө
parent
commit
49c7949147

+ 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> = {