diff --git a/src/directory.conf b/src/directory.conf
index f10d6a16..f2d7ddba 100644
--- a/src/directory.conf
+++ b/src/directory.conf
@@ -134,9 +134,9 @@ shopify {
url: "https://shopify.engineering"
}
-wide-angle {
- logo: /img/sponsors/wide-angle.svg
- url: "https://wideangle.co/?ref=typelevel"
+input-objects {
+ logo: /img/sponsors/input-objects.svg
+ url: "https://inputobjects.com/"
}
famly {
diff --git a/src/foundation/README.md b/src/foundation/README.md
index 5e0354d3..7dd4bd6e 100644
--- a/src/foundation/README.md
+++ b/src/foundation/README.md
@@ -1,7 +1,7 @@
{%
laika.html.template: about.template.html
laika.title: Typelevel Foundation
- sponsors: [${spotify}, ${aruna}, ${shopify}, ${wide-angle}, ${famly}]
+ sponsors: [${spotify}, ${aruna}, ${shopify}, ${input-objects}, ${famly}]
%}
# About the Typelevel Foundation
diff --git a/src/img/sponsors/input-objects.svg b/src/img/sponsors/input-objects.svg
new file mode 100644
index 00000000..92cac5a0
--- /dev/null
+++ b/src/img/sponsors/input-objects.svg
@@ -0,0 +1,93 @@
+
+
+
diff --git a/src/img/sponsors/wide-angle.svg b/src/img/sponsors/wide-angle.svg
deleted file mode 100644
index 4d51e5eb..00000000
--- a/src/img/sponsors/wide-angle.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/templates/home.template.html b/src/templates/home.template.html
index 8fa41314..2c0f5ef2 100644
--- a/src/templates/home.template.html
+++ b/src/templates/home.template.html
@@ -1,5 +1,5 @@
{%
-sponsors: [${spotify}, ${aruna}, ${shopify}, ${wide-angle}, ${famly}]
+sponsors: [${spotify}, ${aruna}, ${shopify}, ${input-objects}, ${famly}]
%}
@:embed(/templates/main.template.html)