diff --git a/website/content/donate.md b/website/content/donate.md
index dc53b5f4af..b1153494fe 100644
--- a/website/content/donate.md
+++ b/website/content/donate.md
@@ -2,7 +2,7 @@
title = "Donate"
[extra]
-css = ["/page/donate.css", "/component/feature-box.css"]
+css = ["/page/donate.css", "/component/feature-box.css", "/component/feature-icons.css"]
+++
@@ -26,6 +26,45 @@ css = ["/page/donate.css", "/component/feature-box.css"]
+
+
+

+
+
+
+

+
+
+
+

+
+
+
+
+
+
Graphite is 100% built and funded by the community. Your contributions directly help us level up the scope and speed of the project's development. Resources are put towards infrastructure, operational costs, swag to keep contributors happy and motivated, and outreach like exhibiting at conventions and traveling to conferences to foster industry relationships. Hiring full-time developers is the next crucial milestone.
diff --git a/website/sass/page/donate.scss b/website/sass/page/donate.scss
index a7433473ca..d85c67f706 100644
--- a/website/sass/page/donate.scss
+++ b/website/sass/page/donate.scss
@@ -21,6 +21,10 @@
}
}
+.statistics:has(span:empty) {
+ visibility: hidden;
+}
+
#supporter-memberships,
#corporate-sponsorships {
.triptych {