Browse Source

fix auth form logo

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
461820e3ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/pages/connect/AuthForm.tsx

+ 1 - 1
client/src/pages/connect/AuthForm.tsx

@@ -95,7 +95,7 @@ export const AuthForm = (props: any) => {
     useContext(authContext);
   const { setDatabase } = useContext(dataContext);
 
-  const Logo = icons.zilliz;
+  const Logo = icons.attu;
   const GithubIcon = icons.github;
   const { t: commonTrans } = useTranslation();
   const attuTrans = commonTrans('attu');