Skip to content

Commit

Permalink
Merge pull request #4 from parttio/samie-patch-1
Browse files Browse the repository at this point in the history
Better link titles
  • Loading branch information
mstahv authored Sep 6, 2023
2 parents d52059a + 479301d commit 1e08253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/example/DefaultLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

public class DefaultLayout extends MainLayout {

Anchor viewSource = new Anchor("", "View source...");
Anchor viewAddon = new Anchor("", "Directory page");
Anchor viewSource = new Anchor("", "View source");
Anchor viewAddon = new Anchor("", "Install");

@Override
protected String getDrawerHeader() {
Expand Down

0 comments on commit 1e08253

Please sign in to comment.