diff --git a/docusaurus.config.js b/docusaurus.config.js
index 81170568..29fc8f85 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -245,29 +245,24 @@ const config = {
customFields: {
logos: {
Gruntwork: {
- dark: "/logos/gruntwork-dark.svg",
- light: "/logos/gruntwork-light.svg",
- textRatio: 1,
+ dark: "/logos/gruntwork-dark.png",
+ light: "/logos/gruntwork-light.png",
},
Spacelift: {
- dark: "/logos/spacelift-dark.svg",
- light: "/logos/spacelift-light.svg",
- textRatio: 2.1,
+ dark: "/logos/spacelift-dark.png",
+ light: "/logos/spacelift-light.png",
},
env0: {
- dark: "/logos/env0-dark.svg",
- light: "/logos/env0-light.svg",
- textRatio: 0.9,
+ dark: "/logos/env0-dark.png",
+ light: "/logos/env0-light.png",
},
Scalr: {
- dark: "/logos/scalr-dark.svg",
- light: "/logos/scalr-light.svg",
- textRatio: 1.1,
+ dark: "/logos/scalr-dark.png",
+ light: "/logos/scalr-light.png",
},
Harness: {
- dark: "/logos/harness-dark.svg",
- light: "/logos/harness-light.svg",
- textRatio: 1.1,
+ 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 cab66058..10d93376 100644
--- a/src/components/SupportersList/index.tsx
+++ b/src/components/SupportersList/index.tsx
@@ -43,9 +43,8 @@ export default function SupportersList({ list }: SupportersListProps) {
"--dark-img": `url('${useBaseUrl(
logos[supporter.name].dark
)}')`,
- height: `calc(${logos[supporter.name].textRatio} * 18px)`,
}}
- className="w-28 [background-image:--light-img] dark:[background-image:--dark-img] bg-no-repeat bg-center"
+ className="w-28 h-10 [background-image:--light-img] dark:[background-image:--dark-img] bg-no-repeat bg-contain bg-left"
/>
) : (
supporter.name
diff --git a/static/logos/env0-dark.png b/static/logos/env0-dark.png
new file mode 100644
index 00000000..bf57ea4b
Binary files /dev/null and b/static/logos/env0-dark.png differ
diff --git a/static/logos/env0-dark.svg b/static/logos/env0-dark.svg
deleted file mode 100644
index f90c10cf..00000000
--- a/static/logos/env0-dark.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/static/logos/env0-light.png b/static/logos/env0-light.png
new file mode 100644
index 00000000..eb79916b
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 4927b09b..00000000
--- a/static/logos/env0-light.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/static/logos/gruntwork-dark.png b/static/logos/gruntwork-dark.png
new file mode 100644
index 00000000..d0b62438
Binary files /dev/null and b/static/logos/gruntwork-dark.png differ
diff --git a/static/logos/gruntwork-dark.svg b/static/logos/gruntwork-dark.svg
deleted file mode 100644
index 721c0502..00000000
--- a/static/logos/gruntwork-dark.svg
+++ /dev/null
@@ -1,169 +0,0 @@
-
diff --git a/static/logos/gruntwork-light.png b/static/logos/gruntwork-light.png
new file mode 100644
index 00000000..98710702
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 5ce96dc9..00000000
--- a/static/logos/gruntwork-light.svg
+++ /dev/null
@@ -1,244 +0,0 @@
-
diff --git a/static/logos/harness-dark.png b/static/logos/harness-dark.png
new file mode 100644
index 00000000..e49aad6e
Binary files /dev/null and b/static/logos/harness-dark.png differ
diff --git a/static/logos/harness-dark.svg b/static/logos/harness-dark.svg
deleted file mode 100644
index f3dd449c..00000000
--- a/static/logos/harness-dark.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/static/logos/harness-light.png b/static/logos/harness-light.png
new file mode 100644
index 00000000..af0ff678
Binary files /dev/null and b/static/logos/harness-light.png differ
diff --git a/static/logos/harness-light.svg b/static/logos/harness-light.svg
deleted file mode 100644
index 95ce7f40..00000000
--- a/static/logos/harness-light.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/static/logos/scalr-dark.png b/static/logos/scalr-dark.png
new file mode 100644
index 00000000..6c670fba
Binary files /dev/null and b/static/logos/scalr-dark.png differ
diff --git a/static/logos/scalr-dark.svg b/static/logos/scalr-dark.svg
deleted file mode 100644
index 4a07674f..00000000
--- a/static/logos/scalr-dark.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/static/logos/scalr-light.png b/static/logos/scalr-light.png
new file mode 100644
index 00000000..db042ccd
Binary files /dev/null and b/static/logos/scalr-light.png differ
diff --git a/static/logos/scalr-light.svg b/static/logos/scalr-light.svg
deleted file mode 100644
index 3e9cc8d5..00000000
--- a/static/logos/scalr-light.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/static/logos/spacelift-dark.png b/static/logos/spacelift-dark.png
new file mode 100644
index 00000000..659d3dcd
Binary files /dev/null and b/static/logos/spacelift-dark.png differ
diff --git a/static/logos/spacelift-dark.svg b/static/logos/spacelift-dark.svg
deleted file mode 100644
index 2974a2b2..00000000
--- a/static/logos/spacelift-dark.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-
diff --git a/static/logos/spacelift-light.png b/static/logos/spacelift-light.png
new file mode 100644
index 00000000..fddeed8e
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 95c9e8e7..00000000
--- a/static/logos/spacelift-light.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-