update links

This commit is contained in:
2026-03-03 01:20:03 -06:00
parent 0a3f68f1eb
commit c778e03f37
7 changed files with 14 additions and 13 deletions

View File

@@ -1612,7 +1612,7 @@ void RenderSettingsPage(App* app) {
if (ImGui::IsItemHovered()) ImGui::SetTooltip("Open the DragonX website");
ImGui::SameLine(0, Layout::spacingMd());
if (TactileButton("Report Bug", ImVec2(aboutBtnW, 0), S.resolveFont("button"))) {
util::Platform::openUrl("https://git.hush.is/dragonx/ObsidianDragon/issues");
util::Platform::openUrl("https://git.dragonx.is/dragonx/ObsidianDragon/issues");
}
if (ImGui::IsItemHovered()) ImGui::SetTooltip("Report an issue on the project tracker");
ImGui::SameLine(0, Layout::spacingMd());