Skip to content

Commit

Permalink
fix: replace patreon reference with ko-fi (#1174)
Browse files Browse the repository at this point in the history
ko-fi is also styled "Ko-fi" apparently, so just edited that too
  • Loading branch information
huantianad committed Sep 5, 2024
1 parent 68be2de commit b28db4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/pages/dashboard/misc/SupportMePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from "react";
import { Link } from "react-router-dom";

export default function SupportMePage() {
useSetSubheader("Support / Patreon");
useSetSubheader("Support / Ko-fi");

return (
<div style={{ fontSize: "1.15rem" }}>
Expand All @@ -15,7 +15,7 @@ export default function SupportMePage() {
</p>
<p>
If you want to support {TachiConfig.NAME} development, you can donate to my{" "}
<ExternalLink href="https://ko-fi.com/zkrising">Ko-Fi</ExternalLink>.
<ExternalLink href="https://ko-fi.com/zkrising">Ko-fi</ExternalLink>.
</p>
<p>
Alternatively, you can star the{" "}
Expand Down

0 comments on commit b28db4a

Please sign in to comment.