Browse Source

Fix title casing for consistency in useGlobSetting hook

zq940222 3 months ago
parent
commit
49c7949147
1 changed files with 2 additions and 2 deletions
  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> = {