feat(docs-site): remove ga and add peleton logo (#3437)

This commit is contained in:
Gabe Lyons 2021-10-21 19:35:57 -07:00 committed by GitHub
parent 90aba1cf8b
commit deedc120e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -157,9 +157,6 @@ module.exports = {
// darkTheme: require('prism-react-renderer/themes/dracula'),
additionalLanguages: ["ini"],
},
gtag: {
trackingID: "G-2G54RXWD4D",
},
algolia: {
apiKey: "26a4b687e96e7476b5a6f11365a83336",
indexName: "datahubproject",

View File

@ -76,6 +76,11 @@ const companyLogos = [
imageUrl: "/img/logos/companies/uphold.png",
size: "large",
},
{
name: "Peloton",
imageUrl: "/img/logos/companies/peloton.png",
size: "large",
},
];
const platformLogos = [

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB