Skip to content

Commit

Permalink
Update repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jul 26, 2022
1 parent 0c4df05 commit 122233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Picross/src/dev/roanh/picross/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ private static final void showGameGUI(){
JPanel footer = new JPanel(new GridLayout(1, 2));
footer.setBorder(BorderFactory.createEmptyBorder(0, 2, 0, 2));
footer.add(Util.getVersionLabel("Picross", "v1.3", false, SwingConstants.LEFT));//XXX Version number - don't forget build.gradle
JLabel git = new JLabel("<html><font color=blue><u>GitHub</u></font></html>", SwingConstants.RIGHT);
JLabel git = new JLabel("<html>GitHub: <font color=blue><u>RoanH/Picross</u></font></html>", SwingConstants.RIGHT);
git.addMouseListener(new ClickableLink("https://github.com/RoanH/Picross"));
footer.add(git);

Expand Down

0 comments on commit 122233d

Please sign in to comment.