diff --git a/docs/overrides/home.html b/docs/overrides/home.html
index 6442633c8..f3622475c 100644
--- a/docs/overrides/home.html
+++ b/docs/overrides/home.html
@@ -446,7 +446,7 @@
The 1000 mile journey begins with a single step.
text += "
Donations
";
for(var i = 0; i < donations.length; i++){let item = donations[i]; text += makeCard(item.name, item.image, item.profile, 3.5);}
- text += "
GitHub Sponsors
";
for(var i = 0; i < ghsponsors.length; i++){let item = ghsponsors[i]; text += makeCard(item.handle, item.avatar, item.profile, 5);}
text += "