Parcourir la source

docs: fix broken Kubernetes logo

Signed-off-by: squat <lserven@gmail.com>
squat il y a 2 mois
Parent
commit
f7d024fb9a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.