Browse Source

replace favicon

sutcalag 3 years ago
parent
commit
3786c4b09a
3 changed files with 1 additions and 2 deletions
  1. BIN
      client/public/favicon.png
  2. 1 1
      client/public/index.html
  3. 0 1
      client/src/plugins/system/DataCard.tsx

BIN
client/public/favicon.png


+ 1 - 1
client/public/index.html

@@ -3,7 +3,7 @@
 
 <head>
   <meta charset="utf-8" />
-  <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
+  <link rel="icon" href="%PUBLIC_URL%/zilliz.png" />
   <meta name="viewport" content="width=device-width, initial-scale=1" />
   <meta name="theme-color" content="#000000" />
   <meta name="description" content="Web site created using create-react-app" />

+ 0 - 1
client/src/plugins/system/DataCard.tsx

@@ -155,7 +155,6 @@ const DataCard: FC<DataCardProps & React.HTMLAttributes<HTMLDivElement>> = (prop
     system_configurations,
   } = node?.infos || {};
 
-
   const {
     cpu_core_count: cpu = 0,
     cpu_core_usage: cpuUsage = 0,