Skip to content

Commit acf4db8

Browse files
committed
fixed issue in GH sponsors URL
1 parent 41d0b58 commit acf4db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overrides/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ <h3 style="text-align:center;">The 1000 mile journey begins with a single step.
446446
text += "</section><br><section style=\"text-align: center;\"><a href=\"https://opencollective.com/crow/contribute/donation-30769/checkout\"><h2>Donations</h2></a>";
447447
for(var i = 0; i < donations.length; i++){let item = donations[i]; text += makeCard(item.name, item.image, item.profile, 3.5);}
448448

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

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

0 commit comments

Comments
 (0)