Skip to content

Commit ecc7c8d

Browse files
committed
fix: sponsor api
1 parent 1d51b73 commit ecc7c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/github/SponsorUser.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
onMount(async () => {
88
const sponsorFetch = await fetch('https://ghs.vercel.app/v2/sponsors/tomalaforge');
99
const data = await sponsorFetch.json();
10-
sponsors = data.sponsors.past;
10+
sponsors = data.sponsors.current;
1111
});
1212
1313
</script>

0 commit comments

Comments
 (0)