فهرست منبع

Merge pull request #431 from squat/fix_broken_image

docs: fix broken Kubernetes logo
Lucas Servén Marín 2 ماه پیش
والد
کامیت
c02dbb9b6d
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 = [
 const features = [
   {
   {
     title: <>Runs on Kubernetes</>,
     title: <>Runs on Kubernetes</>,
-    imageUrl: 'https://kubernetes.io/images/nav_logo.svg',
+    imageUrl: 'https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png',
     description: (
     description: (
       <>
       <>
         Kilo can be installed on any Kubernetes cluster, allowing nodes located in different clouds or in different countries to form a single cluster.
         Kilo can be installed on any Kubernetes cluster, allowing nodes located in different clouds or in different countries to form a single cluster.