mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Use https://bisq.network/survey as link
This commit is contained in:
parent
e8072a2360
commit
5d34cd9601
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class TradeFeedbackWindow extends Overlay<TradeFeedbackWindow> {
|
|||
super.addMessage();
|
||||
|
||||
HyperlinkWithIcon survey = addHyperlinkWithIcon(gridPane, ++rowIndex, "Bisq survey",
|
||||
"http://survey.io/survey/87c4f");
|
||||
"https://bisq.network/survey");
|
||||
GridPane.setMargin(survey, new Insets(-6, 0, 10, -4));
|
||||
|
||||
AutoTooltipLabel messageLabel2 = new AutoTooltipLabel(Res.get("tradeFeedbackWindow.msg.part2"));
|
||||
|
|
Loading…
Add table
Reference in a new issue