mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 17:46:46 +02:00
Fix semicolon
This commit is contained in:
parent
053640f216
commit
1119998c7a
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ At the moment, there is currently no way to convert HFC to other currencies. Sta
|
|||
} else if (link === "#blockchain") {
|
||||
Qt.openUrlExternally("https://docs.highfidelity.com/high-fidelity-commerce");
|
||||
} else if (link === "#bank") {
|
||||
Qt.openUrlExternally("hifi://BankOfHighFidelity";)
|
||||
Qt.openUrlExternally("hifi://BankOfHighFidelity");
|
||||
} else if (link === "#support") {
|
||||
Qt.openUrlExternally("mailto:support@highfidelity.com");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue