Skip to content

Commit

Permalink
Fix url links in about window
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Dec 29, 2024
1 parent 0f00bff commit bc0e17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/desktop-shared/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1395,9 +1395,9 @@ static void popup_modal_about(void)

ImGui::TextColored(orange, " By Ignacio Sánchez (DrHelius)");
ImGui::Text(" "); ImGui::SameLine();
ImGui::TextLink("https://github.com/drhelius/Gearcoleco");
ImGui::TextLinkOpenURL("https://github.com/drhelius/Gearcoleco");
ImGui::Text(" "); ImGui::SameLine();
ImGui::TextLink("https://x.com/drhelius");
ImGui::TextLinkOpenURL("https://x.com/drhelius");
ImGui::NewLine();

ImGui::PopFont();
Expand Down

0 comments on commit bc0e17e

Please sign in to comment.