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 ab5b00f commit eb58caa
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 @@ -1433,9 +1433,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/Gearboy");
ImGui::TextLinkOpenURL("https://github.com/drhelius/Gearboy");
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 eb58caa

Please sign in to comment.