Skip to content

Commit

Permalink
kofi instead of paypal
Browse files Browse the repository at this point in the history
  • Loading branch information
stanriders committed Oct 2, 2024
1 parent d944ce2 commit 939d748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/copyright.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Copyright() {
color="text.secondary"
sx={{mb: 2}}
>
<MuiLink href="/stats" underline="hover" component={NextLink}>{t("stats")}</MuiLink> | <Link href="https://github.com/stanriders/mutualify" underline="hover">{t("source")}</Link> | <Link href="https://crowdin.com/project/mutualify" underline="hover">Crowdin</Link> | <Link href="https://paypal.me/stanridersnew" underline="hover">{t("donate")}</Link>
<MuiLink href="/stats" underline="hover" component={NextLink}>{t("stats")}</MuiLink> | <Link href="https://github.com/stanriders/mutualify" underline="hover">{t("source")}</Link> | <Link href="https://crowdin.com/project/mutualify" underline="hover">Crowdin</Link> | <Link href="https://ko-fi.com/stanr" underline="hover">{t("donate")}</Link>
</Typography>
</>
);
Expand Down

0 comments on commit 939d748

Please sign in to comment.