瀏覽代碼

docs: fix broken Kubernetes logo

Signed-off-by: squat <lserven@gmail.com>
squat 2 月之前
父節點
當前提交
f7d024fb9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/src/pages/index.js

+ 1 - 1
website/src/pages/index.js

@@ -9,7 +9,7 @@ import styles from './styles.module.css';
 const features = [
   {
     title: <>Runs on Kubernetes</>,
-    imageUrl: 'https://kubernetes.io/images/nav_logo.svg',
+    imageUrl: 'https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png',
     description: (
       <>
         Kilo can be installed on any Kubernetes cluster, allowing nodes located in different clouds or in different countries to form a single cluster.