From b28db4a3ac568e9e6370fbc2315baba4d232c32f Mon Sep 17 00:00:00 2001 From: huantian Date: Thu, 5 Sep 2024 06:01:52 -0700 Subject: [PATCH] fix: replace patreon reference with ko-fi (#1174) ko-fi is also styled "Ko-fi" apparently, so just edited that too --- client/src/app/pages/dashboard/misc/SupportMePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/pages/dashboard/misc/SupportMePage.tsx b/client/src/app/pages/dashboard/misc/SupportMePage.tsx index 884b48195..5b92d2e77 100644 --- a/client/src/app/pages/dashboard/misc/SupportMePage.tsx +++ b/client/src/app/pages/dashboard/misc/SupportMePage.tsx @@ -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 (
@@ -15,7 +15,7 @@ export default function SupportMePage() {

If you want to support {TachiConfig.NAME} development, you can donate to my{" "} - Ko-Fi. + Ko-fi.

Alternatively, you can star the{" "}