mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-27 06:56:33 +00:00
switch ko-fi to open collective
This commit is contained in:
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1 +1 @@
|
|||||||
ko_fi: gpxstudio
|
open_collective: gpxstudio
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
<Button
|
<Button
|
||||||
variant="link"
|
variant="link"
|
||||||
class="h-6 px-0 has-[>svg]:px-0 text-muted-foreground"
|
class="h-6 px-0 has-[>svg]:px-0 text-muted-foreground"
|
||||||
href="https://ko-fi.com/gpxstudio"
|
href="https://opencollective.com/gpxstudio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<Heart size="16" />
|
<Heart size="16" />
|
||||||
|
|||||||
@@ -515,7 +515,7 @@
|
|||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
href="https://ko-fi.com/gpxstudio"
|
href="https://opencollective.com/gpxstudio"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="cursor-default h-fit rounded-sm font-bold text-support hover:text-support px-3 py-0.5"
|
class="cursor-default h-fit rounded-sm font-bold text-support hover:text-support px-3 py-0.5"
|
||||||
aria-label={i18n._('menu.donate')}
|
aria-label={i18n._('menu.donate')}
|
||||||
|
|||||||
@@ -100,7 +100,11 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full flex flex-row flex-wrap gap-2">
|
<div class="w-full flex flex-row flex-wrap gap-2">
|
||||||
<Button class="bg-support grow" href="https://ko-fi.com/gpxstudio" target="_blank">
|
<Button
|
||||||
|
class="bg-support grow"
|
||||||
|
href="https://opencollective.com/gpxstudio"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
{i18n._('menu.support_button')}
|
{i18n._('menu.support_button')}
|
||||||
<span>🙏</span>
|
<span>🙏</span>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -490,7 +490,7 @@
|
|||||||
"email": "Email",
|
"email": "Email",
|
||||||
"contribute": "Contribute",
|
"contribute": "Contribute",
|
||||||
"supported_by": "supported by",
|
"supported_by": "supported by",
|
||||||
"support_button": "Support gpx.studio on Ko-fi",
|
"support_button": "Support gpx.studio on Open Collective",
|
||||||
"route_planning": "Route planning",
|
"route_planning": "Route planning",
|
||||||
"route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.",
|
"route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.",
|
||||||
"file_processing": "Advanced file processing",
|
"file_processing": "Advanced file processing",
|
||||||
|
|||||||
@@ -253,7 +253,7 @@
|
|||||||
{#await data.fundingModule then fundingModule}
|
{#await data.fundingModule then fundingModule}
|
||||||
<DocsContainer module={fundingModule.default} />
|
<DocsContainer module={fundingModule.default} />
|
||||||
{/await}
|
{/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)" />
|
<Heart size="16" fill="var(--support)" color="var(--support)" />
|
||||||
<span>{i18n._('homepage.support_button')}</span>
|
<span>{i18n._('homepage.support_button')}</span>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user