chore: update donation links in backend and frontend

This commit is contained in:
Marie 2024-09-06 21:25:38 +00:00
parent 25dec9a40f
commit 9a7300489c
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ function greet() {
//#endregion //#endregion
console.log(' Sharkey is an open-source decentralized microblogging platform.'); console.log(' Sharkey is an open-source decentralized microblogging platform.');
console.log(chalk.rgb(255, 136, 0)(' If you like Sharkey, please donate to support development. https://ko-fi.com/transfem')); console.log(chalk.rgb(255, 136, 0)(' If you like Sharkey, please donate to support development. https://opencollective.com/sharkey'));
console.log(''); console.log('');
console.log(chalkTemplate`--- ${os.hostname()} {gray (PID: ${process.pid.toString()})} ---`); console.log(chalkTemplate`--- ${os.hostname()} {gray (PID: ${process.pid.toString()})} ---`);

View file

@ -23,7 +23,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template> </template>
</I18n> </I18n>
<div style="margin-top: 0.2em;"> <div style="margin-top: 0.2em;">
<MkLink target="_blank" url="https://ko-fi.com/transfem">{{ i18n.ts.learnMore }}</MkLink> <MkLink target="_blank" url="https://opencollective.com/sharkey">{{ i18n.ts.learnMore }}</MkLink>
</div> </div>
</div> </div>
<div v-if="instance.donationUrl" :class="$style.text"> <div v-if="instance.donationUrl" :class="$style.text">

View file

@ -53,7 +53,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._aboutMisskey.source }} ({{ i18n.ts._aboutMisskey.original_sharkey }}) {{ i18n.ts._aboutMisskey.source }} ({{ i18n.ts._aboutMisskey.original_sharkey }})
<template #suffix>GitLab</template> <template #suffix>GitLab</template>
</FormLink> </FormLink>
<FormLink to="https://ko-fi.com/transfem" external> <FormLink to="https://opencollective.com/sharkey" external>
<template #icon><i class="ph-piggy-bank ph-bold ph-lg"></i></template> <template #icon><i class="ph-piggy-bank ph-bold ph-lg"></i></template>
{{ i18n.ts._aboutMisskey.donate_sharkey }} {{ i18n.ts._aboutMisskey.donate_sharkey }}
<template #suffix>Ko-Fi</template> <template #suffix>Ko-Fi</template>