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 a527e91 commit ec1b5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/shared/desktop/gui_popups.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ void gui_popup_modal_about(void)

ImGui::TextColored(orange, " By Ignacio Sánchez (DrHelius)");
ImGui::Text(" "); ImGui::SameLine();
ImGui::TextLink("https://github.com/drhelius/Geargrafx");
ImGui::TextLinkOpenURL("https://github.com/drhelius/Geargrafx");
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 ec1b5fe

Please sign in to comment.