mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-09 07:02:24 -04:00
update haveno support links to monero.social, update unconfirmed warning
This commit is contained in:
parent
67a8ac1236
commit
e8242612b2
2 changed files with 7 additions and 9 deletions
|
@ -66,8 +66,8 @@ public class TradeFeedbackWindow extends Overlay<TradeFeedbackWindow> {
|
|||
GridPane.setColumnSpan(messageLabel2, 2);
|
||||
gridPane.getChildren().add(messageLabel2);
|
||||
|
||||
HyperlinkWithIcon matrix = addHyperlinkWithIcon(gridPane, ++rowIndex, "https://matrix.to/#/#haveno:haveno.network",
|
||||
"https://matrix.to/#/#haveno:haveno.network", 40);
|
||||
HyperlinkWithIcon matrix = addHyperlinkWithIcon(gridPane, ++rowIndex, "https://matrix.to/#/#haveno:monero.social",
|
||||
"https://matrix.to/#/#haveno:monero.social", 40);
|
||||
GridPane.setMargin(matrix, new Insets(-6, 0, 10, 0));
|
||||
|
||||
AutoTooltipLabel messageLabel3 = new AutoTooltipLabel(Res.get("tradeFeedbackWindow.msg.part3"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue