Skip to content

Commit

Permalink
fix: sponsor api
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Jun 11, 2024
1 parent 1d51b73 commit ecc7c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/github/SponsorUser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
onMount(async () => {
const sponsorFetch = await fetch('https://ghs.vercel.app/v2/sponsors/tomalaforge');
const data = await sponsorFetch.json();
sponsors = data.sponsors.past;
sponsors = data.sponsors.current;
});
</script>
Expand Down

0 comments on commit ecc7c8d

Please sign in to comment.