Skip to content

Commit

Permalink
add explorer link
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinRitman authored Sep 6, 2023
1 parent 6f56371 commit 724f832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/OverviewFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ namespace WalletGui

void OverviewFrame::finexClicked()
{
QDesktopServices::openUrl(QUrl("https://trade.exbitron.com/#/", QUrl::TolerantMode));
QDesktopServices::openUrl(QUrl("http://fuego.spaceportx.net/", QUrl::TolerantMode));
}
/*
void OverviewFrame::tradeogreClicked()
Expand Down

0 comments on commit 724f832

Please sign in to comment.