Skip to content

Commit

Permalink
github: use a more common left-arrow for PR descriptions
Browse files Browse the repository at this point in the history
As discussed in #200, at least Ubuntu does not support the current
left-arrow symbol "⮜". While not the best choice, "Leftwards Black
Arrow" is at least more available, it would seem.

commit-id:61db9f3e
  • Loading branch information
wwade committed Mar 1, 2022
1 parent afc9dc7 commit 0b77af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github/githubclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func formatStackMarkdown(commit git.Commit, stack []*github.PullRequest) string
isCurrent := stack[i].Commit == commit
var suffix string
if isCurrent {
suffix = " "
suffix = " "
} else {
suffix = ""
}
Expand Down
2 changes: 1 addition & 1 deletion github/githubclient/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It even includes some **markdown** formatting.
---
**Stack**:
- #2
- #2
- #1
Expand Down

0 comments on commit 0b77af6

Please sign in to comment.