Skip to content

Commit

Permalink
fixed issue in GH sponsors URL
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EDev committed Mar 24, 2022
1 parent 41d0b58 commit acf4db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ <h3 style="text-align:center;">The 1000 mile journey begins with a single step.
text += "</section><br><section style=\"text-align: center;\"><a href=\"https://opencollective.com/crow/contribute/donation-30769/checkout\"><h2>Donations</h2></a>";
for(var i = 0; i < donations.length; i++){let item = donations[i]; text += makeCard(item.name, item.image, item.profile, 3.5);}

text += "</section><br><section style=\"text-align: center;\"><a href=\"https://opencollective.com/crow/contribute/booster-30767/checkout\"><h2>GitHub Sponsors</h2></a>";
text += "</section><br><section style=\"text-align: center;\"><a href=\"https://github.com/sponsors/CrowCpp\"><h2>GitHub Sponsors</h2></a>";
for(var i = 0; i < ghsponsors.length; i++){let item = ghsponsors[i]; text += makeCard(item.handle, item.avatar, item.profile, 5);}

text += "</section><section style=\"text-align: center;\">";
Expand Down

0 comments on commit acf4db8

Please sign in to comment.