From acf4db8d5268e50ab5e8369fb4c90e90515e49d0 Mon Sep 17 00:00:00 2001 From: The-EDev Date: Thu, 24 Mar 2022 13:34:53 +0300 Subject: [PATCH] fixed issue in GH sponsors URL --- docs/overrides/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

"; + 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 += "
";