From 1fe181f439b924123dc41455dcfd56d3c94e30c9 Mon Sep 17 00:00:00 2001
From: Gabe Lyons
Date: Mon, 25 Oct 2021 14:09:38 -0700
Subject: [PATCH] docs(site): some small changes for docs site (#3444)
---
docs-website/src/components/Logos.js | 10 +++++-----
docs-website/src/pages/index.js | 4 +---
2 files changed, 6 insertions(+), 8 deletions(-)
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.