mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
fix broken link by escaping monero.social/#/#haveno:monero.social
This commit is contained in:
parent
23525d89ee
commit
660028c9ec
@ -62,7 +62,7 @@ public class TradeFeedbackWindow extends Overlay<TradeFeedbackWindow> {
|
||||
gridPane.getChildren().add(messageLabel2);
|
||||
|
||||
HyperlinkWithIcon matrix = addHyperlinkWithIcon(gridPane, ++rowIndex, "https://matrix.to/#/#haveno:monero.social",
|
||||
"https://matrix.to/#/#haveno:monero.social", 40);
|
||||
"https://matrix.to/#/%23haveno:monero.social", 40);
|
||||
GridPane.setMargin(matrix, new Insets(-6, 0, 10, 0));
|
||||
|
||||
AutoTooltipLabel messageLabel3 = new AutoTooltipLabel(Res.get("tradeFeedbackWindow.msg.part3"));
|
||||
|
Loading…
Reference in New Issue
Block a user