From 5bc40f101f9f7cdf59dd6600bfadfb354caae163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <1123993881@qq.com> Date: Sat, 27 May 2023 21:00:28 +0800 Subject: [PATCH] fix: changed ko-fi link. --- RotationSolver/UI/RotationConfigWindow_Help.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RotationSolver/UI/RotationConfigWindow_Help.cs b/RotationSolver/UI/RotationConfigWindow_Help.cs index 2eabd8870..5d5f07ca1 100644 --- a/RotationSolver/UI/RotationConfigWindow_Help.cs +++ b/RotationSolver/UI/RotationConfigWindow_Help.cs @@ -40,7 +40,7 @@ private static void DrawHelpTab() if (ImGuiHelper.IconButton(FontAwesomeIcon.Coffee, "Support")) { - Util.OpenLink("https://ko-fi.com/rotationsolver"); + Util.OpenLink("https://ko-fi.com/archited"); } ImGui.PopStyleColor(3);