Explorar o código

docs: fix broken Kubernetes logo

Signed-off-by: squat <lserven@gmail.com>
squat hai 2 meses
pai
achega
f7d024fb9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.