Skip to content

Commit

Permalink
Remove star, which renders poorly in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jul 20, 2024
1 parent a862274 commit d2e91de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ public void createFieldEditors() {
gitHubImage = ImageDescriptor.createFromURL(url).createImage();
new Label(composite, SWT.NONE).setImage(gitHubImage);
Link supportLink = new Link(composite, SWT.NONE);
supportLink.setText("Need support? Head over to <a href=\"https://github.com/PyvesB/eclipse-solargraph\">GitHub</a>! "
+ "If you find the plugin helpful, consider starring the repo");
supportLink.setText("Need support? Head over to <a href=\"https://github.com/PyvesB/eclipse-solargraph\">GitHub</a>, "
+ "and if you find the plugin helpful, consider starring the repo!");
supportLink.addSelectionListener(SelectionListener.widgetSelectedAdapter(e -> Program.launch(e.text)));
}

Expand Down

0 comments on commit d2e91de

Please sign in to comment.