diff --git a/docusaurus.config.js b/docusaurus.config.js
index c6ee050e..01f80077 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -249,17 +249,23 @@ const config = {
customFields: {
logos: {
Gruntwork: {
- dark: "/logos/gruntwork.png",
- light: "/logos/gruntwork-light.svg",
+ dark: "/logos/gruntwork-dark.png",
+ light: "/logos/gruntwork-light.png",
},
Spacelift: {
- dark: "/logos/spacelift.svg",
- light: "/logos/spacelift-light.svg",
+ dark: "/logos/spacelift-dark.png",
+ light: "/logos/spacelift-light.png",
+ },
+ env0: {
+ dark: "/logos/env0-dark.png",
+ light: "/logos/env0-light.png",
+ },
+ Scalr: {
+ dark: "/logos/scalr-dark.png",
+ light: "/logos/scalr-light.png",
},
- env0: { dark: "/logos/env0.svg", light: "/logos/env0-light.svg" },
- Scalr: { dark: "/logos/scalr.svg", light: "/logos/scalr-light.png" },
Harness: {
- dark: "/logos/harness.svg",
+ dark: "/logos/harness-dark.png",
light: "/logos/harness-light.png",
},
},
diff --git a/src/components/SupportersList/index.tsx b/src/components/SupportersList/index.tsx
index b1c87fbd..3e5a2b4a 100644
--- a/src/components/SupportersList/index.tsx
+++ b/src/components/SupportersList/index.tsx
@@ -1,8 +1,8 @@
import React from "react";
import Link from "@docusaurus/Link";
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
-import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";
+import clsx from "clsx";
type SupportersListProps = {
list: {
@@ -24,7 +24,10 @@ export default function SupportersList({ list }: SupportersListProps) {
>
{list.map((supporter, index) => (
{logos[supporter.name] ? (
-
) : (
supporter.name
diff --git a/static/logos/env0-dark.png b/static/logos/env0-dark.png
new file mode 100644
index 00000000..18f6f85c
Binary files /dev/null and b/static/logos/env0-dark.png differ
diff --git a/static/logos/env0-light.png b/static/logos/env0-light.png
new file mode 100644
index 00000000..3d521aa7
Binary files /dev/null and b/static/logos/env0-light.png differ
diff --git a/static/logos/env0-light.svg b/static/logos/env0-light.svg
deleted file mode 100644
index 1d71fcf1..00000000
--- a/static/logos/env0-light.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/logos/env0.svg b/static/logos/env0.svg
deleted file mode 100644
index 13c622f8..00000000
--- a/static/logos/env0.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/logos/gruntwork-dark.png b/static/logos/gruntwork-dark.png
new file mode 100644
index 00000000..437f2a0f
Binary files /dev/null and b/static/logos/gruntwork-dark.png differ
diff --git a/static/logos/gruntwork-light.png b/static/logos/gruntwork-light.png
new file mode 100644
index 00000000..c0b6b388
Binary files /dev/null and b/static/logos/gruntwork-light.png differ
diff --git a/static/logos/gruntwork-light.svg b/static/logos/gruntwork-light.svg
deleted file mode 100644
index dd8fa192..00000000
--- a/static/logos/gruntwork-light.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/static/logos/gruntwork.png b/static/logos/gruntwork.png
deleted file mode 100644
index 02473236..00000000
Binary files a/static/logos/gruntwork.png and /dev/null differ
diff --git a/static/logos/harness-dark.png b/static/logos/harness-dark.png
new file mode 100644
index 00000000..457fb514
Binary files /dev/null and b/static/logos/harness-dark.png differ
diff --git a/static/logos/harness-light.png b/static/logos/harness-light.png
index 7202db47..7abc2a63 100644
Binary files a/static/logos/harness-light.png and b/static/logos/harness-light.png differ
diff --git a/static/logos/harness.svg b/static/logos/harness.svg
deleted file mode 100644
index 25116bd5..00000000
--- a/static/logos/harness.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/static/logos/scalr-dark.png b/static/logos/scalr-dark.png
new file mode 100644
index 00000000..1e21f181
Binary files /dev/null and b/static/logos/scalr-dark.png differ
diff --git a/static/logos/scalr-light.png b/static/logos/scalr-light.png
index 6e08027b..a1969630 100644
Binary files a/static/logos/scalr-light.png and b/static/logos/scalr-light.png differ
diff --git a/static/logos/scalr.svg b/static/logos/scalr.svg
deleted file mode 100644
index 0aed31f1..00000000
--- a/static/logos/scalr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/logos/spacelift-dark.png b/static/logos/spacelift-dark.png
new file mode 100644
index 00000000..aa166706
Binary files /dev/null and b/static/logos/spacelift-dark.png differ
diff --git a/static/logos/spacelift-light.png b/static/logos/spacelift-light.png
new file mode 100644
index 00000000..ae8b5768
Binary files /dev/null and b/static/logos/spacelift-light.png differ
diff --git a/static/logos/spacelift-light.svg b/static/logos/spacelift-light.svg
deleted file mode 100644
index 877b8b24..00000000
--- a/static/logos/spacelift-light.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/static/logos/spacelift.svg b/static/logos/spacelift.svg
deleted file mode 100644
index 98b2583a..00000000
--- a/static/logos/spacelift.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file