diff --git a/docs-website/src/components/Logos.js b/docs-website/src/components/Logos.js index b7680454a5..f95d014c94 100644 --- a/docs-website/src/components/Logos.js +++ b/docs-website/src/components/Logos.js @@ -31,6 +31,11 @@ const companyLogos = [ imageUrl: "/img/logos/companies/typeform.svg", size: "default", }, + { + name: "Peloton", + imageUrl: "/img/logos/companies/peloton.png", + size: "large", + }, { name: "SpotHero", imageUrl: "/img/logos/companies/spothero.png", @@ -76,11 +81,6 @@ const companyLogos = [ imageUrl: "/img/logos/companies/uphold.png", size: "large", }, - { - name: "Peloton", - imageUrl: "/img/logos/companies/peloton.png", - size: "large", - }, ]; const platformLogos = [ diff --git a/docs-website/src/pages/index.js b/docs-website/src/pages/index.js index a8cfb090ab..5087895532 100644 --- a/docs-website/src/pages/index.js +++ b/docs-website/src/pages/index.js @@ -52,9 +52,7 @@ function Home() { using our Airflow integration or another scheduler of choice.

- DataHub's push-based architecture also supports pull, but - pull-first systems cannot support push. Learn more about - metadata ingestion with DataHub in the{" "} + Learn more about metadata ingestion with DataHub in the{" "} docs.