There was an error while loading. Please reload this page.
1 parent 1d51b73 commit ecc7c8dCopy full SHA for ecc7c8d
docs/src/components/github/SponsorUser.svelte
@@ -7,7 +7,7 @@
7
onMount(async () => {
8
const sponsorFetch = await fetch('https://ghs.vercel.app/v2/sponsors/tomalaforge');
9
const data = await sponsorFetch.json();
10
- sponsors = data.sponsors.past;
+ sponsors = data.sponsors.current;
11
});
12
13
</script>
0 commit comments