switch ko-fi to open collective

This commit is contained in:
vcoppe
2026-03-25 21:53:10 +01:00
parent 4cfe487af0
commit bd5cb65d0f
6 changed files with 10 additions and 6 deletions

View File

@@ -253,7 +253,7 @@
{#await data.fundingModule then fundingModule}
<DocsContainer module={fundingModule.default} />
{/await}
<Button href="https://ko-fi.com/gpxstudio" target="_blank" class="text-base">
<Button href="https://opencollective.com/gpxstudio" target="_blank" class="text-base">
<Heart size="16" fill="var(--support)" color="var(--support)" />
<span>{i18n._('homepage.support_button')}</span>
</Button>