Skip to content

Commit

Permalink
trailing / for url
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Jun 13, 2024
1 parent 900b698 commit cb540f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Wallet/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ Item
content.anchors.rightMargin: 23

onClicked: {
let url = "https://vote.komodoplatform.com/" + api_wallet_page.ticker.toLowerCase();
let url = "https://vote.komodoplatform.com/" + api_wallet_page.ticker.toLowerCase() + "/";
Qt.openUrlExternally(url);
}

Expand Down

0 comments on commit cb540f8

Please sign in to comment.