Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
comment
  • Loading branch information
Nutomic committed Jan 7, 2026
commit e98dcd866dd0b288c92f675e1d0dcd911f3f8428
1 change: 1 addition & 0 deletions src/shared/components/donate-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const patreon: FundingPlatform = {
monthlyEUR: donation_stats[2].amount,
};

/// Kofi doesnt provide this data via API, so we need to hardcode and manually update it.
const kofi: FundingPlatform = {
supporterCount: 826,
monthlyEUR: 156,
Expand Down